Update README.md

This commit is contained in:
Lokathor 2022-11-07 09:17:28 -07:00 committed by GitHub
parent 06a62314a3
commit 6b1b7cecd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,10 +46,10 @@ operations that are 100% safe will be added.
* The crate is 1.0 and I consider this it to be "basically done". New features
are usually being accepted when other people want to put in the work, but
myself I wanna move on to using `bytemuck` in bigger projects.
* The core of the `bytemuck` crate will continue to work with `rustc-1.34` for
at least the rest of the `1.y.z` versions.
* Opt-in features of the crate *are not* held to the same standard, and may work
only on the latest Stable or latest Nightly.
* The defatult build of the `bytemuck` crate will continue to work with `rustc-1.34`
for at least the rest of the `1.y.z` versions.
* Any other cargo features of the crate **are not** held to the same standard, and
may work only on the latest Stable or even only on latest Nightly.
**Future Plans:** Once the [Safe Transmute Project][pg-st] completes and
stabilizes ("eventually") this crate will be updated to use that as the