10 lines
184 B
Rust
10 lines
184 B
Rust
mod data;
|
|
mod read;
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|
|
|
|
// bincode-org/bincode: A binary encoder / decoder implementation in Rust.
|
|
// https://github.com/bincode-org/bincode
|