Docs.rs
cross-0.2.5
cross 0.2.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
adamgreig
github:cross-rs:publishers
Dependencies
atty ^0.2
normal
clap ^3.2.2
normal
color-eyre ^0.6
normal
const-sha1 ^0.2.0
normal
ctrlc ^3.2.2
normal
directories ^4.0.1
normal
eyre ^0.6
normal
home ^0.5
normal
owo-colors ^3.4.0
normal
rustc_version ^0.4
normal
serde ^1
normal
serde_ignored ^0.1.2
normal
serde_json ^1
normal
shell-escape ^0.1
normal
shell-words ^1.1.0
normal
tempfile ^3.3.0
normal
thiserror ^1
normal
toml ^0.5
normal
walkdir ^2
normal
optional
which ^4
normal
once_cell ^1
dev
regex ^1
dev
walkdir ^2
dev
libc ^0.2
normal
nix ^0.24
normal
dunce ^1
normal
winapi ^0.3
normal
Versions
9.78%
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
ToUtf8
cross
0.2.5
ToUtf8
Required Methods
to_utf8
Implementations on Foreign Types
OsStr
Path
Implementors
In crate cross
cross
Trait
ToUtf8
Copy item path
Source
pub trait ToUtf8 { // Required method fn
to_utf8
(&self) ->
Result
<&
str
>; }
Required Methods
§
Source
fn
to_utf8
(&self) ->
Result
<&
str
>
Implementations on Foreign Types
§
Source
§
impl
ToUtf8
for
OsStr
Source
§
fn
to_utf8
(&self) ->
Result
<&
str
>
Source
§
impl
ToUtf8
for
Path
Source
§
fn
to_utf8
(&self) ->
Result
<&
str
>
Implementors
§