msd 0.4.0

A library for reading and writing MSD files.
Documentation
1
2
3
4
5
mod access;
mod deserializer;

pub(in crate::de) use access::Access;
pub(super) use deserializer::Deserializer;