vtse/vtse-common/src/lib.rs

11 lines
131 B
Rust
Raw Normal View History

2021-02-04 01:40:06 +00:00
pub mod operations;
pub mod stock;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}