initial import from steam-vent repo

This commit is contained in:
Robin Appelman 2025-09-07 22:35:14 +02:00
commit d936a6049b
237 changed files with 607341 additions and 0 deletions

9
src/lib.rs Normal file
View file

@ -0,0 +1,9 @@
pub use steam_vent_proto_common::*;
pub use steam_vent_proto_steam::*;
#[cfg(feature = "csgo")]
pub use steam_vent_proto_csgo as csgo;
#[cfg(feature = "dota2")]
pub use steam_vent_proto_dota2 as dota2;
#[cfg(feature = "tf2")]
pub use steam_vent_proto_tf2 as tf2;