librust-proptest-derive-dev (0.4.0-2)
2 versions available in kali/kali-last-snapshot/main/i386
Details
Core information at a glance
- Distribution
- kali
- Origin
- kali-last-snapshot
- Repository
- https://http.kali.org/kali
- Codename
- kali-last-snapshot
- Component
- main
- Source
- rust-proptest-derive
- Architecture
- i386
- Section
- rust
- Priority
- optional
- Maintainer
- Debian Rust Maintainers <[email protected]>
Size & integrity
Byte sizes and integrity verification
- Installed size
- 332 B
- Size expected
- 50.4 kB
- Size actual
- 50.4 kB
- Size match
Dependencies
Required package dependencies
Suggested packages
Recommended additional packages
- None
Description
Custom-derive for the Arbitrary trait of proptest - Rust source code
Tags
Package classification tags
None
Checksums
Hash values and integrity verification status
| Type | Actual | Match |
|---|---|---|
| MD5 | 10c783b5…49ae3693 | |
| SHA-1 | 0e72bac4…a2aab183 | |
| SHA-256 | 10900ddf…8881c6a0 | |
| SHA-512 | f2341f6a…c2d3560b |
Contents
Files and directories included
. usr usr/share usr/share/cargo usr/share/cargo/registry usr/share/cargo/registry/proptest-derive-0.4.0 usr/share/cargo/registry/proptest-derive-0.4.0/.cargo-checksum.json usr/share/cargo/registry/proptest-derive-0.4.0/.cargo_vcs_info.json usr/share/cargo/registry/proptest-derive-0.4.0/CHANGELOG.md usr/share/cargo/registry/proptest-derive-0.4.0/Cargo.toml usr/share/cargo/registry/proptest-derive-0.4.0/Cargo.toml.orig usr/share/cargo/registry/proptest-derive-0.4.0/LICENSE-APACHE usr/share/cargo/registry/proptest-derive-0.4.0/LICENSE-MIT usr/share/cargo/registry/proptest-derive-0.4.0/README.md usr/share/cargo/registry/proptest-derive-0.4.0/benches usr/share/cargo/registry/proptest-derive-0.4.0/benches/large_enum.rs usr/share/cargo/registry/proptest-derive-0.4.0/debian usr/share/cargo/registry/proptest-derive-0.4.0/debian/patches usr/share/cargo/registry/proptest-derive-0.4.0/debian/patches/disable-broken-tests.patch usr/share/cargo/registry/proptest-derive-0.4.0/debian/patches/series usr/share/cargo/registry/proptest-derive-0.4.0/debian/patches/tweak-deps.patch usr/share/cargo/registry/proptest-derive-0.4.0/src usr/share/cargo/registry/proptest-derive-0.4.0/src/ast.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/attr.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/derive.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/error.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/interp.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/lib.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/tests.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/use_tracking.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/util.rs usr/share/cargo/registry/proptest-derive-0.4.0/src/void.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests usr/share/cargo/registry/proptest-derive-0.4.0/tests/assoc.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0001-lifetime.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0002-no-unions.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0003-void-struct.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0004-void-enum.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0005-void-enum.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0006-void-enum.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0007-illegal-strategy.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0008-illegal-skip.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0009-illegal-weight.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0010-parent-has-params.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0011-params-variant.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0012-parent-has-filter.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0014-bare-attr.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0015-lit-set.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0016-immediate-lit.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0017-set-again.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0018-unknown-mod.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0019-no_params-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0020-skip-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0021-weight-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0022-overspec-param.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0023-params-malformed-expr.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0023-params-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0025-overspec-strat.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0026-strategy-malformed-expr.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0026-strategy-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0027-filter-malformed-expr.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0027-filter-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0028-skipped-variant-has-filter.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0028-skipped-variant-has-param.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0028-skipped-variant-has-strat.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0028-skipped-variant-has-weight.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0029-filter-on-unit-variant.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0029-params-on-unit-variant.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0029-strategy-on-unit-variant.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0030-params-on-unit-struct.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0031-no-bound-non-tyvar.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0032-no-bound-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0033-weight-overflow.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0034-regex-malformed.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0035-cant_set_param_and_regex.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/E0658-no-bare-modifiers.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/must-be-debug.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/no-arbitrary.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compile-fail/regex_wrong_type.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/compiletest.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/filter.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/misc.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/no_bound.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/params.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/phantom.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/regex.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/strategy.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/struct.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/units.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/value.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/value_param.rs usr/share/cargo/registry/proptest-derive-0.4.0/tests/weight.rs usr/share/doc usr/share/doc/librust-proptest-derive-dev usr/share/doc/librust-proptest-derive-dev/changelog.Debian.gz usr/share/doc/librust-proptest-derive-dev/changelog.gz usr/share/doc/librust-proptest-derive-dev/copyright