rust-ipnet 2.9.0-1 source package in Ubuntu

Changelog

rust-ipnet (2.9.0-1) unstable; urgency=medium

  * Team upload.
  * Package ipnet 2.9.0 from crates.io using debcargo 2.6.1 (Closes: #1051926)
  * Update remove-schemars.diff for new upstream.

 -- Peter Michael Green <email address hidden>  Tue, 12 Dec 2023 18:51:30 +0000

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-ipnet_2.9.0-1.dsc 2.1 KiB 6671077af27eda7f9646f31250975acfabc7b5729443583d53198d7a4ffe6e08
rust-ipnet_2.9.0.orig.tar.gz 27.0 KiB 8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3
rust-ipnet_2.9.0-1.debian.tar.xz 3.2 KiB 352ba1a9fcd9222ea5ae83b239a82cf112f630e4bbf0bb874262356536168e96

Available diffs

No changes file available.

Binary packages built by this source

librust-ipnet-dev: types and methods for working with IP network addresses - Rust source code

 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.
 .
 Source code for Debianized Rust crate "ipnet"