https://github.com/krisprice/ipnet

Last synced: about 1 month ago

Repository metadata:

IpNet, Ipv4Net, and Ipv6Net types and methods for Rust


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 266
Total Committers: 23
Avg Commits per committer: 11.565
Development Distribution Score (DDS): 0.372

Commits in past year: 6
Committers in past year: 4
Avg Commits per committer in past year: 1.5
Development Distribution Score (DDS) in past year: 0.5

Name Email Commits
Kris Price k****s@k****z 167
krisprice k****e 29
Kris Price g****t@k****z 24
Kris Price g****b@k****z 11
Tyler Ruckinger t****r@g****m 10
Cyril Plisko c****o@m****m 2
Dominik Maier d****k@g****m 2
Guillaume Dallenne g****e@s****u 2
Henry Zimmerman h****m@a****m 2
Jasper Meggitt j****t@g****m 2
Sean Klein s****n@o****r 2
rushmorem r****e@w****m 2
Dirk Stolle s****v@w****e 1
Jake McGinty me@j****u 1
Jakub Janowski j****i@n****m 1
Paolo Barbolini p****i@m****t 1
Sosthène Guédon s****e@g****n 1
Stanislav Ravas r****s@t****k 1
Tetsuharu Ohzeki t****i@g****m 1
Niklas Fiekas n****s@b****e 1
David Bürgin d****n@g****h 1
Clint Frederickson c****d 1
cui fliter i****g@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

cargo: ipnet

Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.

  • Homepage:
  • Documentation: https://docs.rs/ipnet/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 2.9.0 (published about 1 year ago)
  • Last Synced: 2024-11-10T20:37:14.303Z (about 1 month ago)
  • Versions: 68
  • Dependent Packages: 202
  • Dependent Repositories: 23,005
  • Downloads: 134,796,937 Total
  • Docker Downloads: 26,564,663
  • Rankings:
    • Downloads: 0.124%
    • Dependent repos count: 0.149%
    • Dependent packages count: 0.361%
    • Docker downloads count: 0.711%
    • Average: 4.247%
    • Forks count: 11.286%
    • Stargazers count: 12.85%
  • Maintainers (1)

Dependencies

Cargo.toml cargo
  • serde_test 1 development
  • schemars 0.8
  • serde 1