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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate vec_string_to_static_str
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
.