sled-native 0.34.6

a C-compatible API for sled
Documentation
header = "// SPDX-License-Identifier: Apache-2.0"
sys_includes = ["stddef.h", "stdint.h", "stdlib.h"]
no_includes = true
include_guard = "SLED_H"
tab_width = 4
style = "Type"
# language = "C"
cpp_compat = true

[parse]
parse_deps = true
include = ['sled']

[export]
prefix = "Sled"
item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"]

[enum]
rename_variants = "ScreamingSnakeCase"
prefix_with_name = true