1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: rust-ipnet
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
David Bürgin <dbuergin@gluet.ch>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ipnet]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ipnet
Homepage: https://github.com/krisprice/ipnet
X-Cargo-Crate: ipnet
Rules-Requires-Root: no
Package: librust-ipnet-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-heapless-0+default-dev,
librust-serde-1+derive-dev
Provides:
librust-ipnet+default-dev (= ${binary:Version}),
librust-ipnet+heapless-dev (= ${binary:Version}),
librust-ipnet+ser-as-str-dev (= ${binary:Version}),
librust-ipnet+serde-dev (= ${binary:Version}),
librust-ipnet+std-dev (= ${binary:Version}),
librust-ipnet-2-dev (= ${binary:Version}),
librust-ipnet-2+default-dev (= ${binary:Version}),
librust-ipnet-2+heapless-dev (= ${binary:Version}),
librust-ipnet-2+ser-as-str-dev (= ${binary:Version}),
librust-ipnet-2+serde-dev (= ${binary:Version}),
librust-ipnet-2+std-dev (= ${binary:Version}),
librust-ipnet-2.11-dev (= ${binary:Version}),
librust-ipnet-2.11+default-dev (= ${binary:Version}),
librust-ipnet-2.11+heapless-dev (= ${binary:Version}),
librust-ipnet-2.11+ser-as-str-dev (= ${binary:Version}),
librust-ipnet-2.11+serde-dev (= ${binary:Version}),
librust-ipnet-2.11+std-dev (= ${binary:Version}),
librust-ipnet-2.11.0-dev (= ${binary:Version}),
librust-ipnet-2.11.0+default-dev (= ${binary:Version}),
librust-ipnet-2.11.0+heapless-dev (= ${binary:Version}),
librust-ipnet-2.11.0+ser-as-str-dev (= ${binary:Version}),
librust-ipnet-2.11.0+serde-dev (= ${binary:Version}),
librust-ipnet-2.11.0+std-dev (= ${binary:Version})
Description: 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"
|