Docs.rs
fire-scope-0.1.2
fire-scope 0.1.2
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
Neuron-Grid
Dependencies
chrono ^0.4.40
normal
clap ^4.5.35
normal
futures ^0.3.31
normal
ipnet ^2.11.0
normal
rand ^0.9.0
normal
reqwest ^0.12.15
normal
tokio ^1.44.1
normal
Versions
48.21%
of the crate is documented
Go to latest version
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
fire_
scope
0.1.2
Module ipv4_
utils
Module Items
Traits
Functions
In crate fire_
scope
fire_scope
Module
ipv4_utils
Copy item path
Source
Traits
§
ILog2
Sub1
u32用のヘルパートレイト。
Functions
§
ipv4_
summarize_
range
IPv4の開始~終了アドレスを最適なCIDRに分割して返す。
largest_
ipv4_
block
IPv4 の範囲 [current, end] の中で取れる最大のCIDRブロックサイズを求める。 parse_ipv4.rs, overlap.rs で重複していたロジックを共通化。