Struct stringmap::StringMap [] [src]

pub struct StringMap { /* fields omitted */ }

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.

Methods

impl StringMap
[src]