workflow-serializer 0.18.0

Serialization framework for wrapping Borsh-serialized payloads.
Documentation
1
2
3
pub type IoError = std::io::Error;
pub type IoErrorKind = std::io::ErrorKind;
pub type IoResult<T> = std::io::Result<T>;