dotbim_rust (version 0.1.0)
Description
Open-source Rust library for dotbim file format.
Read more about dotbim here: https://github.com/paireks/dotbim
dotbim's website: https://dotbim.net/
Here you can find small manual for developers regarding development of tools that will work with .bim file format: https://github.com/paireks/dotbim/blob/master/DeveloperTips.md
Libraries used
- For json serialization it uses serde, serde_json: https://serde.rs/