calypso_filety

Crates.iocalypso_filety
lib.rscalypso_filety
version3.0.0
sourcesrc
created_at2020-11-26 05:39:06.202409
updated_at2023-01-15 21:22:25.942611
descriptionBinary file type descriptions, parsers, etc. for Calypso
homepagehttps://github.com/calypso-lang/calypso/tree/main/libs/calypso_filety
repositoryhttps://github.com/calypso-lang/calypso/
max_upload_size
id316550
size36,641
James [Undefined] (ThePuzzlemaker)

documentation

README

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.
Commit count: 517

cargo fmt