an efficient binary archive format
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 416 B view raw
1language = "C" 2header = "/* Auto-generated by cbindgen - do not edit manually */" 3include_guard = "BINDLE_H" 4no_includes = true 5sys_includes = ["stddef.h", "stdint.h", "stdbool.h"] 6usize_is_size_t = true 7 8[enum] 9prefix_with_name = true 10rename_variants = "PascalCase" 11 12[export.rename] 13"Footer" = "BindleFooter" 14"Entry" = "BindleEntry" 15"Compress" = "BindleCompress" 16"Reader" = "BindleReader" 17"Writer" = "BindleWriter"