Docs.rs
forky_cli-0.2.0
forky_cli 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
mrchantey
Dependencies
anyhow ^1.0.75
normal
axum ^0.6.19
normal
axum-server ^0.5.1
normal
clap ^4.2
normal
colorize ^0.1.0
normal
cssparser ^0.31.2
normal
enigo ^0.2.1
normal
extend ^1.1.2
normal
forky_core ^0.2.0
normal
forky_fs ^0.2.0
normal
futures ^0.3.28
normal
glob ^0.3.1
normal
hyper ^0.14.27
normal
rayon ^1.7.0
normal
tokio ^1.27.0
normal
tower ^0.4.13
normal
tower-http ^0.4.3
normal
tower-livereload ^0.8.0
normal
Versions
0%
of the crate is documented
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
UriExt
forky_
cli
0.2.0
UriExt
Required Methods
remove_leading_slash
Implementations on Foreign Types
Uri
Implementors
In forky_
cli::
server::
proxy
forky_cli
::
server
::
proxy
Trait
UriExt
Copy item path
Source
pub trait UriExt { // Required method fn
remove_leading_slash
(&self) ->
Result
<
Uri
>; }
Required Methods
§
Source
fn
remove_leading_slash
(&self) ->
Result
<
Uri
>
Implementations on Foreign Types
§
Source
§
impl
UriExt
for
Uri
Source
§
fn
remove_leading_slash
(&self) ->
Result
<
Uri
>
Implementors
§