Registry / crypto / rs-ctypes

rs-ctypes

JSON →
library0.1.1rscratesunverified

Simple library for C types, usable with no_std.

# Cargo.toml [dependencies] rs-ctypes = "0.1.1"
INSTALL
IMPORT
SIG · RS-CTYPES
R
rs-ctypes
cryptorustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

c_char
✓ use rs_ctypes::c_char;

Uses the c_char type from rs-ctypes.

use rs_ctypes::c_char; fn main() { let c: c_char = 0; println!("C char: {}", c); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
rs-ctypes — cargo add rs-ctypes · libregistry