Shaft
A minimal and straightforward binary serde implementation.
Usage
$ cargo add serde shaft
Examples
// Bring std Error type into scope.
use Error;
// Bring std filesystem module into scope.
use fs;
// Bring serde Serialize/Deserialize derivable traits into scope.
use ;
// Define custom struct.
License
MIT