Expand description
§RustCrypto: Custom Derive for ssh-encoding
§About
Custom derive support for the Decode and Encode traits in the ssh-encoding crate.
§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 ssh-encoding crate, which re-exports this crate’s
macros from the toplevel.