[][src]Crate c_ffi

Collection of utilities to work with C stuff

Re-exports

pub use args::Args;

Modules

args

C style arguments wrapper

env

Environment variables

locale

Locale module

memory

Memory related utilities

Functions

c_str_to_rust

Converts C string to Rust's, verifying it is UTF-8

c_str_to_rust_unchecked

Converts C string to Rust's one assuming it is UTF-8

getenv
malloc
strlen