unc-token 0.10.2

a small crate to work with UNC token values ergonomically and efficiently (UNC Protocol)
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "borsh")]
mod borsh;
mod display;
mod from_str;
#[cfg(feature = "interactive-clap")]
mod interactive_clap;
#[cfg(feature = "schemars")]
mod schemars;
#[cfg(feature = "serde")]
mod serde;