Crate stringmap [] [src]

Reexports

pub use c::*;

Modules

c

Structs

StringMap

Stores textual, read-only data in a way that is friendly to C as well as Rust. The underlying strings can be passed directly to C, without copies, since they are null-terminated; but this detail does not affect the Rust interface.