Docs.rs
hax-types-0.3.0
hax-types 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
W95Psp
github:cryspen:tools
Dependencies
annotate-snippets ^0.11
normal
clap ^4.0
normal
colored ^2
normal
hax-adt-into =0.3.0
normal
hax-frontend-exporter =0.3.0
normal
hax-frontend-exporter-options =0.3.0
normal
itertools ^0.11.0
normal
miette ^7.2.0
normal
path-clean ^1.0.1
normal
schemars ^0.8
normal
serde ^1.0
normal
serde-brief ^0.1
normal
serde_json ^1.0
normal
tracing ^0.1
normal
zstd ^0.13.1
normal
Versions
26.7%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
hax_
types
0.3.0
Normalize
Paths
Required Methods
normalize_paths
Implementations on Foreign Types
PathBuf
Implementors
In hax_
types::
cli_
options
hax_types
::
cli_options
Trait
NormalizePaths
Copy item path
Source
pub trait NormalizePaths { // Required method fn
normalize_paths
(&mut self); }
Required Methods
§
Source
fn
normalize_paths
(&mut self)
Implementations on Foreign Types
§
Source
§
impl
NormalizePaths
for
PathBuf
Source
§
fn
normalize_paths
(&mut self)
Implementors
§
Source
§
impl
NormalizePaths
for
PathOrDash
Source
§
impl
NormalizePaths
for
Options
Source
§
impl<E:
Extension
>
NormalizePaths
for
Command
<E>