1 stable release

3.0.0 Jan 15, 2023
2.0.2 Feb 27, 2022
1.2.0 Feb 21, 2021
0.1.1 Nov 30, 2020
0.0.0 Nov 26, 2020

#2599 in Parser implementations

MIT/Apache

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 in ccff::hl and a lower-level (as the binary format with bincode) interface in ccff::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
~33K SLoC