cachekit-core 0.1.0

LZ4 compression, xxHash3 integrity, AES-256-GCM encryption for byte payloads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# C header generation configuration
language = "C"
header = "/* Auto-generated by cbindgen. Do not edit. */"
include_guard = "CACHEKIT_H"
no_includes = true
sys_includes = ["stdint.h", "stddef.h", "stdbool.h"]

[export]
prefix = "CACHEKIT_"

[enum]
rename_variants = "ScreamingSnakeCase"