An open API service indexing awesome lists of open source software.

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

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.