Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaitai-io/kaitai_struct_rust_runtime
Kaitai Struct: runtime for Rust
https://github.com/kaitai-io/kaitai_struct_rust_runtime
kaitai-struct rust
Last synced: 2 days ago
JSON representation
Kaitai Struct: runtime for Rust
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_rust_runtime
- Owner: kaitai-io
- License: mit
- Created: 2016-08-16T13:02:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T11:00:43.000Z (4 months ago)
- Last Synced: 2024-09-08T12:47:58.726Z (4 months ago)
- Topics: kaitai-struct, rust
- Language: Rust
- Homepage:
- Size: 136 KB
- Stars: 56
- Watchers: 13
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kaitai - Repository - io/kaitai_struct_rust_runtime/issues)) (Runtimes / CI)
README
# Kaitai Struct: runtime library for Rust
This library implements Kaitai Struct API for Rust.
Kaitai Struct is a declarative language used for describe various binary
data structures, laid out in files or in memory: i.e. binary file
formats, network stream packet formats, etc.Further reading:
* [About Kaitai Struct](https://kaitai.io/)
* [About API implemented in this library](https://doc.kaitai.io/stream_api.html)