mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: extract ffow into multiple files (#173)
* chore: extract ffow into multiple files * fix: serde uses not being conditional
This commit is contained in:
parent
bdcf64facf
commit
10169c9107
3 changed files with 66 additions and 55 deletions
8
crates/lib/src/games/ffow/mod.rs
Normal file
8
crates/lib/src/games/ffow/mod.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/// The implementation.
|
||||
/// Reference: [Node-GameGig](https://github.com/gamedig/node-gamedig/blob/master/protocols/ffow.js)
|
||||
pub mod protocol;
|
||||
/// All types used by the implementation.
|
||||
pub mod types;
|
||||
|
||||
pub use protocol::*;
|
||||
pub use types::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue