Source: rust-debug-unsafe Section: rust Build-Depends: debhelper-compat (= 13), dh-sequence-cargo Build-Depends-Arch: cargo:native , rustc:native (>= 1.58) , libstd-rust-dev Maintainer: Debian Rust Maintainers Uploaders: Steffen Moeller Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/debug-unsafe] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/debug-unsafe Homepage: https://github.com/RoDmitry/debug_unsafe X-Cargo-Crate: debug_unsafe X-Cargo-Crate-Version: 0.1.4 Package: librust-debug-unsafe-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, librust-arraystring-0.3+default-dev Provides: librust-debug-unsafe+arraystring-dev (= ${binary:Version}), librust-debug-unsafe+default-dev (= ${binary:Version}), librust-debug-unsafe-0-dev (= ${binary:Version}), librust-debug-unsafe-0+arraystring-dev (= ${binary:Version}), librust-debug-unsafe-0+default-dev (= ${binary:Version}), librust-debug-unsafe-0.1-dev (= ${binary:Version}), librust-debug-unsafe-0.1+arraystring-dev (= ${binary:Version}), librust-debug-unsafe-0.1+default-dev (= ${binary:Version}), librust-debug-unsafe-0.1.4-dev (= ${binary:Version}), librust-debug-unsafe-0.1.4+arraystring-dev (= ${binary:Version}), librust-debug-unsafe-0.1.4+default-dev (= ${binary:Version}) Breaks: rustc (<< 1.58~) Description: Debug-checked wrappers for unchecked Rust operations - Rust source code This crate provides convenience traits for unwrapping Option values and accessing slices. In debug builds these operations retain their normal checks and panic when their preconditions are violated; optimized builds use unchecked variants to avoid the associated run-time cost. . An optional feature provides the same pattern for constructing fixed-capacity ArrayString values. The crate supports no_std environments. Source code for Debianized Rust crate "debug_unsafe"