Registry / utility / abi-stable

abi-stable

JSON →
library0.11.3rscratesunverified

A Rust library for doing Rust-to-Rust FFI and writing libraries loaded at program startup.

# Cargo.toml [dependencies] abi_stable = "0.11.3"
INSTALL
IMPORT
SIG · ABI-STABLE
A
abi-stable
utilityrustv0.11.3
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.

RString
use abi_stable::std_types::RString;

Creates an ABI-stable string type.

use abi_stable::std_types::RString; let s = RString::from("Hello, ABI!"); println!("{}", s);
Debug
Known issues
gotchaABI stability requires careful version matching between library and consumer.
fix
Use the same version of abi_stable for both sides.
affects: >=0.11.0
Upgrade
Version history
0.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
44
OpenAI (training)
1
Resources
abi-stable — cargo add abi-stable · libregistry