#object #version #recent #re-exports #msrv #added

msrv-shims

Re-exports of objects added in recent versions in Rust

1 unstable release

0.0.1 Sep 5, 2024

#5 in #msrv

40 downloads per month

MIT license

2KB

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.

No runtime deps