librust-thiserror-no-std-dev (2.0.2-1+b2)

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-thiserror-no-std (2.0.2-1)
Architecture
i386
Section
rust
Priority
optional
Maintainer
Debian Rust Maintainers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
133 B
Size expected
20.5 kB
Size actual
20.5 kB
Size match

Dependencies

Required package dependencies

  • librust-thiserror-impl-no-std-2.0.2+default-dev
  • librust-thiserror-impl-no-std-2.0.2+std-dev

Suggested packages

Recommended additional packages

  • None

Description

Derive(Error) - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD52f32955a…e015194d
SHA-1120bd06c…6176132f
SHA-2568b1d0dff…2da22410
SHA-512be327fc2…a9f3cf35

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/thiserror-no-std-2.0.2
usr/share/cargo/registry/thiserror-no-std-2.0.2/.cargo-checksum.json
usr/share/cargo/registry/thiserror-no-std-2.0.2/.cargo_vcs_info.json
usr/share/cargo/registry/thiserror-no-std-2.0.2/.clippy.toml
usr/share/cargo/registry/thiserror-no-std-2.0.2/.github
usr/share/cargo/registry/thiserror-no-std-2.0.2/.github/workflows
usr/share/cargo/registry/thiserror-no-std-2.0.2/.github/workflows/ci.yml
usr/share/cargo/registry/thiserror-no-std-2.0.2/.gitignore
usr/share/cargo/registry/thiserror-no-std-2.0.2/Cargo.toml
usr/share/cargo/registry/thiserror-no-std-2.0.2/LICENSE-APACHE
usr/share/cargo/registry/thiserror-no-std-2.0.2/LICENSE-MIT
usr/share/cargo/registry/thiserror-no-std-2.0.2/README.md
usr/share/cargo/registry/thiserror-no-std-2.0.2/rust-toolchain.toml
usr/share/cargo/registry/thiserror-no-std-2.0.2/src
usr/share/cargo/registry/thiserror-no-std-2.0.2/src/aserror.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/src/display.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/src/lib.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/compiletest.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_backtrace.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_display.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_error.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_expr.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_from.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_generics.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_lints.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_option.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_path.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/test_transparent.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/bad-field-attr.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/bad-field-attr.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/concat-display.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/concat-display.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-enum-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-enum-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-fmt.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-fmt.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-struct-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-struct-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-transparent.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/duplicate-transparent.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/from-backtrace-backtrace.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/from-backtrace-backtrace.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/from-not-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/from-not-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/lifetime.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/lifetime.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/missing-fmt.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/missing-fmt.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/no-display.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/no-display.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/source-enum-not-error.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/source-enum-not-error.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/source-struct-not-error.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/source-struct-not-error.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-display.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-display.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-enum-many.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-enum-many.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-enum-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-enum-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-struct-many.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-struct-many.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-struct-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/transparent-struct-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/unexpected-field-fmt.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/unexpected-field-fmt.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/unexpected-struct-source.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/unexpected-struct-source.stderr
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/union.rs
usr/share/cargo/registry/thiserror-no-std-2.0.2/tests/ui/union.stderr
usr/share/doc
usr/share/doc/librust-thiserror-no-std-dev
usr/share/doc/librust-thiserror-no-std-dev/changelog.Debian.gz
usr/share/doc/librust-thiserror-no-std-dev/changelog.Debian.i386.gz
usr/share/doc/librust-thiserror-no-std-dev/copyright