1 stable release
3.0.0 | Jan 15, 2023 |
---|---|
2.0.2 |
|
1.2.0 |
|
0.1.1 |
|
0.0.0 |
|
#2 in #calypso
22 downloads per month
18KB
289 lines
calypso_filety
Binary file type definitions, parsers, high-level interfaces, and more for file types used in Calypso.
File types currently included are
- Calypso Container File Format (CCFF). For more information, see the "spec". Interfaces are located in the module
ccff
, with a high-level interface inccff::hl
and a lower-level (as the binary format with bincode) interface inccff::ll
.
lib.rs
:
calypso_filety
Binary file type definitions, parsers, high-level interfaces, and more for file types used in Calypso.
File types currently included are
- Calypso Container File Format (CCFF). For more information, see
the "spec".
The interface to this format is implemented in
ccff
.
Dependencies
~2MB
~35K SLoC