boc-sys 0.0.1

Implementation details of boc.
Documentation
[build-dependencies.cmake]
version = "0.1.50"

[dependencies.cmake]
version = "0.1.50"

[features]
__any_sanitizer = []
flight_recorder = []
sanitizer_address = ["__any_sanitizer"]
sanitizer_thread = ["__any_sanitizer"]
snmalloc_tracing = []
systematic_testing = []

[lib]
name = "boc_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Implementation details of boc."
edition = "2021"
license = "MIT"
name = "boc-sys"
readme = false
repository = "https://github.com/aDotInTheVoid/boxcars"
version = "0.0.1"

[[test]]
name = "allocate-leaks"
path = "tests/allocate-leaks.rs"

[[test]]
name = "destroy-cown-no-leaks"
path = "tests/destroy-cown-no-leaks.rs"

[[test]]
name = "empty-no-leaks"
path = "tests/empty-no-leaks.rs"