Acquiring Open DIS Rust
crates.io
In your project, run cargo add open-dis-rust
or add open-dis-rust = "<version>"
to your Cargo.toml.
Build from Source
Clone the open-dis-rust GitHub repository and build with cargo.
Requirements:
# Clone the repo
git clone https://github.com/crhowell3/open-dis-rust.git
cd open-dis-rust
# Build and test
cargo build --release
cargo test