vtse/vtse-common/src/lib.rs

13 lines
158 B
Rust

pub mod net;
pub mod operations;
pub mod stock;
pub mod user;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}