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 73236d7 commit b931e37Copy full SHA for b931e37
src/c.rs
@@ -1,4 +1,6 @@
1
//! # Specific C types like C-like string pointers.
2
+//!
3
+//! You need to use the `c-types` feature to use this module.
4
5
#![cfg(all(feature = "std", feature = "c-types"))]
6
0 commit comments