mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
5 lines
139 B
Rust
5 lines
139 B
Rust
pub mod arc;
|
|
|
|
mod traits;
|
|
pub use traits::{VehicleFactoryAdapter, VehicleInfo, VehicleQueryInfo, VehicleUploadInfo, VehicleThumbnailInfo};
|