Crates.io | msrv-shims |
lib.rs | msrv-shims |
version | 0.0.1 |
source | src |
created_at | 2024-09-05 18:49:06.870835 |
updated_at | 2024-09-05 18:49:06.870835 |
description | Re-exports of objects added in recent versions in Rust |
homepage | |
repository | |
max_upload_size | |
id | 1364991 |
size | 1,456 |
This library re-exports various objects only defined in recent versions of
Rust, enabling citing them via msrv-shims
instead of std
. This lets
downstream consumers easily define their own custom MSRV policy by patching
this dependency to have the necessary set of polyfills, without introducing
those polyfills into the upstream trees.