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 d3e9b17 commit 03eb336Copy full SHA for 03eb336
README.md
@@ -61,3 +61,10 @@ pub extern fn testit_free(testit: *mut TestIt) {
61
unsafe { opaque_pointer::free(testit) }
62
}
63
```
64
+
65
+## Features
66
67
+- `std`: activated by default, it is required for functions using std
68
+- `alloc`: alternative to compile without std but some functions will not be available
69
+- `c-types`: it allow to use C types (like pointers to C strings) and requires std feature
70
+- `panic-if-null`: it will check if a pointer is null to panic before to use a null pointer
0 commit comments