Docs.rs
rusteron-code-gen-0.1.153
rusteron-code-gen 0.1.153
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mimran1980
Dependencies
itertools ^0.14
normal
log ^0.4
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
regex ^1.11
normal
syn ^2.0
normal
trybuild ^1.0
dev
Versions
11.36%
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
IntoCString
rusteron_
code_
gen
0.1.153
IntoC
String
Required Methods
into_c_string
Implementations on Foreign Types
&str
CString
String
Implementors
In crate rusteron_
code_
gen
rusteron_code_gen
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
§