Docs.rs
vec-string-to-static-str-1.0.0
vec-string-to-static-str 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mcclementines
Dependencies
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vec_
string_
to_
static_
str
1.0.0
All Items
Crate Items
Functions
Crate
vec_string_to_static_str
Copy item path
Source
Expand description
src/lib.rs
Functions
ยง
vec_
string_
to_
static_
str
Converts a vector of
String
s into a vector of
&'static str
.