Docs.rs
public-api-rs-0.1.3
public-api-rs 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
zzliujianbo
Dependencies
anyhow ^1.0
normal
lazy_static ^1.0
normal
regex ^1.0
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio-test ^0.4.2
dev
Versions
77.78%
of the crate is documented
Platform
i686-pc-windows-msvc
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
public_
api_
rs
0.1.3
In public_
api_
rs::
verify::
regex
public_api_rs
::
verify
::
regex
Function
is_url
Copy item path
Source
pub fn is_url(text: &
str
) ->
bool
Expand description
正则表达式验证
正则表达式:
r"[a-zA-z]+://[^\s]*"