There was an error while loading. Please reload this page.
cty
1 parent d040135 commit f0e7250Copy full SHA for f0e7250
1 file changed
data/cty.toml
@@ -0,0 +1,6 @@
1
+description = """
2
+`core::ffi` (stable since Rust 1.64) provides the C primitive type aliases \
3
+(`c_char`, `c_int`, etc.) without `std`. The C99 `int32_t`/`size_t`-style \
4
+aliases have no stable `core` equivalent.
5
+"""
6
+url = "https://doc.rust-lang.org/core/ffi/index.html"
0 commit comments