Expand description
§RustCrypto: Custom Derive for ssh-encoding
§About
Custom derive support for the Decode
and Encode
traits in the ssh-encoding
crate.
§Minimum Supported Rust Version
This crate requires Rust 1.60 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
§License
Licensed under either of:
at your option.
§Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
§About
Custom derive support for the ssh-encoding
crate.
Note that this crate shouldn’t be used directly, but instead accessed
by using the derive
feature of the der
crate, which re-exports this crate’s
macros from the toplevel.