Docs.rs
rusteron-client-0.1.155
rusteron-client 0.1.155
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mimran1980
Dependencies
ctrlc ^3.4
normal
hdrhistogram ^7.5
normal
log ^0.4
normal
num-format ^0.4
normal
regex ^1.11
normal
criterion ^0.6
dev
env_logger ^0.11
dev
serial_test ^3.2
dev
bindgen ^0.72
build
cmake ^0.1
build
dunce ^1.0
build
flate2 ^1.1
build
log ^0.4
build
pkg-config ^0.3
build
proc-macro2 ^1.0
build
regex ^1.11
build
reqwest ^0.12
build
rusteron-code-gen =0.1.155
build
tar ^0.4
build
walkdir ^2.5
build
Versions
32.07%
of the crate is documented
Platform
aarch64-apple-darwin
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
IntoCString
rusteron_
client
0.1.155
IntoC
String
Required Methods
into_c_string
Implementations on Foreign Types
&str
CString
String
Implementors
In crate rusteron_
client
rusteron_client
Trait
IntoC
String
Copy item path
Source
pub trait IntoCString { // Required method fn
into_c_string
(self) ->
CString
; }
Required Methods
§
Source
fn
into_c_string
(self) ->
CString
Implementations on Foreign Types
§
Source
§
impl
IntoCString
for &
str
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
CString
Source
§
fn
into_c_string
(self) ->
CString
Source
§
impl
IntoCString
for
String
Source
§
fn
into_c_string
(self) ->
CString
Implementors
§