ocaml 1.3.0

OCaml bindings for Rust
Documentation
1
2
3
4
5
#[cfg(feature = "no-std")]
pub use cstr_core::CString;

#[cfg(not(feature = "no-std"))]
pub use std::ffi::CString;