Is there any good documentation on getting started working with Rust
packages that are already available in crates.io and can be installed
with `cargo install ...` as Debian packages? I'm a little confused by
the Rust team's explanations of what to do and would like some extra
guidance.
(The package i'm looking to see if we can get is called 'ican-rdap-cli'
which provides an RDAP client that is written by ICANN which is the
primary implementation of the Registry Data Access Protocol (RDAP) which
is slated to replace whois in the 'soonish' future.)
Thomas
- Packaging a rust package available with `cargo install`? Thomas Ward
-