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--releasefor 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--releaseprofile by default)freebsd-rustdateand install it to your~/.cargo/bin/freebsd-rustdate. If that’s in your$PATH, then you can just runfreebsd-rustdateto use it. -
You can use
cargo build --releaseto just build thefreebsd-rustdatebinary. It’ll be in the build target dir, by default something like./target/release/freebsd-rustdate.
All versions
| Release | When |
|---|---|
| 1.3.1 | 2025-06-29 |
| 1.3.0 | 2025-05-18 |
| 1.2.1 | 2025-01-19 |
| 1.2.0 | 2025-01-19 |
| 1.1.0 | 2024-12-29 |
| 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.