mirror of
https://github.com/Tribufu/rust-gamedig
synced 2026-08-16 02:21:05 +00:00
* feat: savage 2 support * fix: add savage 2 to definitions * chore: run rustfmt * fix: config serde use * fix: remove needless borrow * docs: add savage 2 to protocols.md
8 lines
251 B
Rust
8 lines
251 B
Rust
/// The implementation.
|
|
/// Reference: [Node-GameGig](https://github.com/gamedig/node-gamedig/blob/master/protocols/savage2.js)
|
|
pub mod protocol;
|
|
/// All types used by the implementation.
|
|
pub mod types;
|
|
|
|
pub use protocol::*;
|
|
pub use types::*;
|