Skip to content

Add cty crate#8

Open
Turbo87 wants to merge 1 commit into
mainfrom
cty
Open

Add cty crate#8
Turbo87 wants to merge 1 commit into
mainfrom
cty

Conversation

@Turbo87

@Turbo87 Turbo87 commented Jun 16, 2026

Copy link
Copy Markdown
Member

core::ffi (stable since Rust 1.64) provides the C primitive type aliases (c_char, c_int, etc.) in no_std, covering the crate's dominant use (bindgen --ctypes-prefix). The C99 int32_t/size_t-style aliases have no stable core equivalent, so this is flagged as a partial replacement.

@japaric 👋 does this seem accurate to you? any objections? (see rust-lang/crates.io#13855 for more information)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant