licenses.dev

ipnet v2.10.1

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 MIT13
PackageRelationDependenciesPublished
dyn-clone • 1.0.17Clone trait that is object-safeINDIRECT0
hash32 • 0.3.132-bit hashing algorithmsINDIRECT1
heapless • 0.8.0`static` friendly data structures that don't require dynamic memory allocationDIRECT3
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive_internals • 0.29.1AST representation used by Serde derive macros. Unstable.INDIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A 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.0An 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_derive • 0.8.21Macros for #[derive(JsonSchema)], for use with schemarsINDIRECT5
schemars • 0.8.21Generate 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.7.4Provides 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.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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.10.1 version:

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