Docs.rs
protify-0.1.4
protify 0.1.4
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
Rick-Phoenix
Dependencies
askama ^0.15
normal
optional
bon ^3.8
normal
bool-enum ^0.1.1
normal
bytes ^1
normal
cel ^0.12
normal
optional
chrono ^0.4
normal
optional
document-features ^0.2
normal
optional
float_eq ^1
normal
fluent-uri ^0.4
normal
hashbrown ^0.16
normal
inventory ^0.3
normal
optional
ipnet ^2
normal
log ^0.4
normal
once_cell ^1.21
normal
ordered-float ^5
normal
ordermap ^1
normal
optional
owo-colors ^4
normal
paste ^1
normal
prost ^0.14.3
normal
protify-proc-macro ^0.1.4
normal
proto-types ^0.2.2
normal
regex ^1
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
similar-asserts ^1
normal
thiserror ^2
normal
tonic ^0.14.3
normal
optional
diesel ^2
dev
indoc ^2
dev
maplit ^1
dev
proto-types ^0.2.2
dev
tonic-prost-build ^0.14.3
dev
Versions
60.55%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
IntoBytesRegex
protify
0.1.4
Into
Bytes
Regex
Implementations on Foreign Types
&Regex
&str
Regex
Implementors
In crate protify
protify
Trait
Into
Bytes
Regex
Copy item path
Source
pub trait IntoBytesRegex { }
Available on
crate feature
regex
only.
Expand description
Utility trait to create a
Regex
.
Implementations on Foreign Types
§
Source
§
impl
IntoBytesRegex
for &
str
Source
§
impl
IntoBytesRegex
for &
Regex
Source
§
impl
IntoBytesRegex
for
Regex
Implementors
§