Skip to content

Commit f0e7250

Browse files
authored
Add cty crate (#8)
1 parent d040135 commit f0e7250

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

data/cty.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)