We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925cd56 commit 62a509aCopy full SHA for 62a509a
Cargo.toml
@@ -16,5 +16,5 @@ std = []
16
# If you does not use std then you need alloc feature
17
alloc = []
18
# Allow to use some functions for FFI C types
19
-c-types = []
+c-types = ["std"]
20
# Check pointers before to use it to panic if it is null
0 commit comments