Skip to main content

simple_comms/
lib.rs

1use dusa_collection_utils::core::version::VersionCode;
2
3pub mod protocol;
4pub mod network;
5pub const RELEASEINFO: VersionCode = VersionCode::Production;