librust-codepage-437-dev (0.1.0-1)

Details

Core information at a glance

Distribution
ubuntu
Origin
ubuntu-stonking
Repository
https://ports.ubuntu.com
Codename
stonking
Component
universe
Source
rust-codepage-437
Architecture
arm64
Section
universe/rust
Priority
optional
Maintainer
Ubuntu Developers <[email protected]>

Size & integrity

Byte sizes and integrity verification

Installed size
141 B
Size expected
20 kB
Size actual
20 kB
Size match

Dependencies

Required package dependencies

  • librust-csv-1+default-dev

Suggested packages

Recommended additional packages

  • None

Description

Codepage 437 transcoding for Rust - Rust source code

Tags

Package classification tags

None

Checksums

Hash values and integrity verification status

TypeActualMatch
MD51beeb264…91863654
SHA-1ac09b55c…c705926a
SHA-2567ee87f4c…4a6c11a1
SHA-51267c54e09…21b816dc

Contents

Files and directories included

.
usr
usr/share
usr/share/cargo
usr/share/cargo/registry
usr/share/cargo/registry/codepage-437-0.1.0
usr/share/cargo/registry/codepage-437-0.1.0/.cargo-checksum.json
usr/share/cargo/registry/codepage-437-0.1.0/.gitignore
usr/share/cargo/registry/codepage-437-0.1.0/.travis.yml
usr/share/cargo/registry/codepage-437-0.1.0/Cargo.toml
usr/share/cargo/registry/codepage-437-0.1.0/LICENSE
usr/share/cargo/registry/codepage-437-0.1.0/README.md
usr/share/cargo/registry/codepage-437-0.1.0/appveyor.yml
usr/share/cargo/registry/codepage-437-0.1.0/build.rs
usr/share/cargo/registry/codepage-437-0.1.0/codepage-437.sublime-project
usr/share/cargo/registry/codepage-437-0.1.0/debian
usr/share/cargo/registry/codepage-437-0.1.0/debian/patches
usr/share/cargo/registry/codepage-437-0.1.0/debian/patches/series
usr/share/cargo/registry/codepage-437-0.1.0/debian/patches/soften-csv-dep
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_control
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_control/documentation.md
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_control/overlaps.rs
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_control/values.tsv
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_control/variants.tsv
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_wingdings
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_wingdings/documentation.md
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_wingdings/overlaps.rs
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_wingdings/values.tsv
usr/share/cargo/registry/codepage-437-0.1.0/dialect-specs/cp437_wingdings/variants.tsv
usr/share/cargo/registry/codepage-437-0.1.0/rustfmt.toml
usr/share/cargo/registry/codepage-437-0.1.0/src
usr/share/cargo/registry/codepage-437-0.1.0/src/decode.rs
usr/share/cargo/registry/codepage-437-0.1.0/src/dialect.rs
usr/share/cargo/registry/codepage-437-0.1.0/src/encode.rs
usr/share/cargo/registry/codepage-437-0.1.0/src/lib.rs
usr/share/cargo/registry/codepage-437-0.1.0/test-data
usr/share/cargo/registry/codepage-437-0.1.0/test-data/all.cp437
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_control
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_control/all.utf8
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_control/variants.cp437
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_control/variants.utf8
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_wingdings
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_wingdings/all.utf8
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_wingdings/variants.cp437
usr/share/cargo/registry/codepage-437-0.1.0/test-data/cp437_wingdings/variants.utf8
usr/share/cargo/registry/codepage-437-0.1.0/tests
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/borrow_from_cp437
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/borrow_from_cp437/borrowing.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/borrow_from_cp437/conversion.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/borrow_from_cp437/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/from_cp437.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/decode/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/encode.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/into_cp437.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/to_cp437
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/to_cp437/borrowing.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/to_cp437/conversion.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/encode/to_cp437/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_control/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/borrow_from_cp437
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/borrow_from_cp437/borrowing.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/borrow_from_cp437/conversion.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/borrow_from_cp437/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/from_cp437.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/decode/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/encode.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/into_cp437.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/to_cp437
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/to_cp437/borrowing.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/to_cp437/conversion.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/encode/to_cp437/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/cp437_wingdings/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/dialect
usr/share/cargo/registry/codepage-437-0.1.0/tests/dialect/mod.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/dialect/remap.rs
usr/share/cargo/registry/codepage-437-0.1.0/tests/mod.rs
usr/share/doc
usr/share/doc/librust-codepage-437-dev
usr/share/doc/librust-codepage-437-dev/changelog.Debian.gz
usr/share/doc/librust-codepage-437-dev/copyright