trust-std 0.2.0

Standard library shims with named-arg signatures for Trust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "trust-std"
description = "Standard library shims with named-arg signatures for Trust"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
keywords = ["trust", "strict", "rust", "stdlib", "named-arguments"]
categories = ["development-tools"]

# NOT metadata-strict (RT-88): R0008 fires on the macro_rules! this crate
# exists to export (newtype!), and R0017 on the std-mirroring shims
# (copy/rename take two same-typed paths by design). The stock-safe
# escape hatches don't exist yet — #[allow(trust::…)] / #[strict::…]
# are rejected by stock rustc, which this published crate must support.
[dependencies]