licenses.dev

ipnet v2.12.0

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.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT14
PackageRelationDependenciesPublished
dyn-clone • 1.0.20Clone trait that is dyn-compatibleINDIRECT0
hash32 • 0.3.132-bit hashing algorithmsINDIRECT1
heapless • 0.9.2`static` friendly data structures that don't require dynamic memory allocationDIRECT3
itoa • 1.0.17Fast integer primitive to string conversionINDIRECT0
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
ref-cast-impl • 1.0.25Derive implementation for ref_cast::RefCast.INDIRECT4
ref-cast • 1.0.25Safely cast &T to &U where the struct U contains a single field of type T.INDIRECT5
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde_test • 1.0.177Token De/Serializer for testing De/Serialize implementationsDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
stable_deref_trait • 1.2.1An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
MIT2
PackageRelationDependenciesPublished
schemars • 0.8.22Generate JSON Schemas from Rust codeDIRECT11
schemars • 1.2.1Generate JSON Schemas from Rust codeDIRECT13
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/ipnet)](https://licenses.dev/cargo/ipnet)
<a href="https://licenses.dev/cargo/ipnet">
  <img src="https://licenses.dev/b/cargo/ipnet" alt="licenses" />
</a>

Or the licenses badge code for the 2.12.0 version:

[![licenses](https://licenses.dev/b/cargo/ipnet/2.12.0)](https://licenses.dev/cargo/ipnet/2.12.0)
<a href="https://licenses.dev/cargo/ipnet/2.12.0">
  <img src="https://licenses.dev/b/cargo/ipnet/2.12.0" alt="licenses" />
</a>
GitHub