msrv-shims

Crates.iomsrv-shims
lib.rsmsrv-shims
version0.0.1
sourcesrc
created_at2024-09-05 18:49:06.870835
updated_at2024-09-05 18:49:06.870835
descriptionRe-exports of objects added in recent versions in Rust
homepage
repository
max_upload_size
id1364991
size1,456
Luke Parker (kayabaNerve)

documentation

README

msrv-shims

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.

Commit count: 0

cargo fmt