https://github.com/afonso360/motec-i2
MoTeC i2 file format parser
https://github.com/afonso360/motec-i2
Last synced: 10 months ago
JSON representation
MoTeC i2 file format parser
- Host: GitHub
- URL: https://github.com/afonso360/motec-i2
- Owner: afonso360
- License: mit
- Created: 2021-10-16T16:16:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T15:06:20.000Z (almost 2 years ago)
- Last Synced: 2025-06-04T23:45:46.445Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 565 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# motec-i2
A MoTeC i2 file parser and writer
Try the included examples with:
```
cargo run --example read
cargo run --example write
```
## Features
- [x] Parsing ld files
- [x] Writing ld files
- [ ] Parsing ldx files
- [ ] Writing ldx files
## License
motec-i2 primarily distributed under the terms of MIT. See [LICENSE.md](LICENSE.md) for details.