Docs.rs
rama-net-0.2.0
rama-net 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
GlenDC
Dependencies
base64 ^0.22
normal
bytes ^1
normal
const_format ^0.2
normal
flume ^0.11
normal
futures-lite ^2.6
normal
headers ^0.4
normal
hex ^0.4
normal
optional
ipnet ^2.11
normal
itertools ^0.14
normal
optional
md5 ^0.7
normal
optional
nom ^8.0.0
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
psl ^2
normal
rama-core ^0.2.0
normal
rama-http-types ^0.2.0
normal
optional
rama-macros ^0.2.0
normal
rama-utils ^0.2.0
normal
serde ^1.0
normal
sha2 ^0.10
normal
optional
smol_str ^0.3
normal
socket2 ^0.5.9
normal
tokio ^1.45
normal
tracing ^0.1
normal
venndb ^0.5
normal
optional
itertools ^0.14
dev
nom ^8.0.0
dev
quickcheck ^1.0
dev
serde_json ^1.0
dev
tokio ^1.45
dev
tokio-test ^0.4
dev
Versions
91.27%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
rama_
net
0.2.0
Into
IpNet
Implementations on Foreign Types
IpAddr
Ipv4Addr
Ipv6Addr
[u8; 4]
[u8; 16]
[u16; 8]
Implementors
In rama_
net::
stream::
matcher::
ip
rama_net
::
stream
::
matcher
::
ip
Trait
IntoIpNet
Copy item path
Source
pub trait IntoIpNet: Sealed { }
Expand description
utility trait to consume a tpe into an
IpNet
Implementations on Foreign Types
§
Source
§
impl
IntoIpNet
for
IpAddr
Source
§
impl
IntoIpNet
for
Ipv4Addr
Source
§
impl
IntoIpNet
for
Ipv6Addr
Source
§
impl
IntoIpNet
for [
u8
;
4
]
Source
§
impl
IntoIpNet
for [
u8
;
16
]
Source
§
impl
IntoIpNet
for [
u16
;
8
]
Implementors
§
Source
§
impl
IntoIpNet
for
IpNet
Source
§
impl
IntoIpNet
for
Ipv4Net
Source
§
impl
IntoIpNet
for
Ipv6Net