Skip to content

Commit 48dabd8

Browse files
Thom Chiovolonithomcc
authored andcommitted
First cut of a more complete libmimalloc-sys
1 parent d5ff7e5 commit 48dabd8

File tree

3 files changed

+709
-0
lines changed

3 files changed

+709
-0
lines changed

libmimalloc-sys/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ license = "MIT"
1111
links = "mimalloc"
1212

1313
[dependencies]
14+
cty = { version = "0.2", optional = true }
1415

1516
[build-dependencies]
1617
cmake = "0.1"
1718

1819
[features]
1920
secure = []
2021
override = []
22+
extended = ["cty"]
23+
24+
# Show `extended` on docs.rs since it's the full API surface.
25+
[package.metadata.docs.rs]
26+
features = ["extended"]

0 commit comments

Comments
 (0)