Get freebsd-rustdate
Latest version
Current release:
Building
When untar’d, you’ll wind up with a cargo workspace.
-
You can run it directly from the root dir (building as necessary) with
cargo run --release -- <freebsd-rustdate args>
. You could also build without the--release
for a somewhat quicker build and a somewhat slower run. A good tradeoff in dev, probably not for using it.e.g.,
cargo run --release -- help
-
You can use
cargo install --path .
to build (the--release
profile by default)freebsd-rustdate
and install it to your~/.cargo/bin/freebsd-rustdate
. If that’s in your$PATH
, then you can just runfreebsd-rustdate
to use it. -
You can use
cargo build --release
to just build thefreebsd-rustdate
binary. It’ll be in the build target dir, by default something like./target/release/freebsd-rustdate
.
All versions
Release | When |
---|---|
1.0.1 | 2024-09-22 |
1.0.0 | 2024-09-19 |
See the reference or the online help (freebsd-rustdate help
,
freebsd-rustdate help <cmd>
) for more on how to do whatever you want to
do.