Registry / utility / abistr

abistr

JSON →
library0.1.1rscratesunverified

C ABI compatible string types for Rust.

# Cargo.toml [dependencies] abistr = "0.1.1"
INSTALL
IMPORT
SIG · ABISTR
A
abistr
utilityrustv0.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.

AbiStr
use abistr::AbiStr;

Create and use a C ABI compatible string.

use abistr::AbiStr; fn main() { let s = AbiStr::from("hello"); println!("{}", s.as_str()); }
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
61 hits · last 30 days
node
42
OpenAI (training)
1
Resources