Name: | rust-ipnet+ser_as_str-devel |
---|---|
Version: | 2.10.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1962 |
License: | MIT OR Apache-2.0 |
RPM: | rust-ipnet+ser_as_str-devel-2.10.1-1.el9.noarch.rpm |
Source RPM: | rust-ipnet-2.10.1-1.el9.src.rpm |
Build Date: | Sun Oct 13 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://crates.io/crates/ipnet |
Summary: | Types and useful methods for working with IP prefixes |
Description: | 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. This package contains library source intended for building other packages which use the "ser_as_str" feature of the "ipnet" crate. |
- Update to version 2.10.1; Fixes RHBZ#2310682
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Update to version 2.9.0; Fixes RHBZ#2245548
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Update to version 2.8.0; Fixes RHBZ#2217707
- Update to version 2.7.2; Fixes RHBZ#2182190
- Update to version 2.7.1; Fixes RHBZ#2152426
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Update to version 2.6.0; Fixes RHBZ#2151733