Docs.rs
mrapids-0.1.31
mrapids 0.1.31
Permalink
Docs.rs crate page
MIT
17 July 2026
Links
Repository
crates.io
Source
Owners
microrapids
Dependencies
aes-gcm ^0.10
normal
anyhow ^1.0
normal
argon2 ^0.5
normal
axum ^0.6
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4.5
normal
colored ^2.1
normal
dirs ^5.0
normal
dotenv ^0.15
normal
futures ^0.3
normal
getrandom ^0.2
normal
glob ^0.3
normal
handlebars ^5.1
normal
hex ^0.4
normal
hmac ^0.12.1
normal
hostname ^0.4
normal
http ^0.2
normal
indicatif ^0.17
normal
js-sys ^0.3
normal
optional
ndarray ^0.15
normal
optional
open ^5.0
normal
openapiv3 ^2.0
normal
ort ^2.0.0-rc.10
normal
optional
prettytable-rs ^0.10
normal
pyo3 ^0.22
normal
optional
rand ^0.8
normal
regex ^1.10
normal
reqwest ^0.12
normal
rpassword ^7.3
normal
rusqlite ^0.31
normal
schemars ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1
normal
serde_yaml ^0.9
normal
sha2 ^0.10
normal
strsim ^0.11
normal
thiserror ^1.0
normal
tokenizers ^0.15
normal
optional
tokio ^1.36
normal
toml ^0.8
normal
tower ^0.4
normal
tower-http ^0.4
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1.7
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
assert_cmd ^2.0
dev
predicates ^3.0
dev
tempfile ^3.10
dev
Versions
50.99%
of the crate is documented
Platform
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
Skip to main content
validate_url
mrapids
0.1.31
In mrapids::
utils::
security
mrapids
::
utils
::
security
Function
validate_
url
Copy item path
Source
pub fn validate_url(url: &
str
) ->
Result
<
()
>
Expand description
Validate URL for security (blocks SSRF attacks)