sdtn 0.1.4

SpaceArth DTN - A Rust-based implementation of Delay Tolerant Networking (DTN) for resilient communication
Documentation
1
2
3
4
5
6
7
8
pub mod bundle_descriptor;
pub mod file;

pub use bundle_descriptor::BundleDescriptor;
pub use file::BundleStore;

#[cfg(test)]
mod tests;