imodfile 0.2.2

A pure-Rust IMOD model file decoder/encoder — binary & ASCII, with Python bindings
Documentation
1
2
3
4
5
mod reader;
mod writer;

pub use reader::read_binary;
pub use writer::write_binary;