Docs.rs
libsix-0.0.2
libsix 0.0.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
mrMiiao
Dependencies
unmem ^0.2.5
normal
Versions
11.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AsCStr
Required Methods
as_cstr
Implementations on Foreign Types
String
str
Implementors
In libsix
?
Trait
libsix
::
AsCStr
source
·
[
−
]
pub trait AsCStr { fn
as_cstr
(&self) ->
cstr
; }
Required Methods
source
fn
as_cstr
(&self) ->
cstr
Implementations on Foreign Types
source
impl
AsCStr
for
String
source
fn
as_cstr
(&self) ->
cstr
source
impl
AsCStr
for
str
source
fn
as_cstr
(&self) ->
cstr
Implementors