vm-memory has some code that is gated behind features, or using external crates, in order to support Rust versions earlier than 1.34.0 (which lack AtomicU* types and TryFrom). It would be nice to have a clear statement of the earliest supported version of the language, so that people know when such workarounds have become obsolete.
vm-memory has some code that is gated behind features, or using external crates, in order to support Rust versions earlier than 1.34.0 (which lack
AtomicU*
types andTryFrom
). It would be nice to have a clear statement of the earliest supported version of the language, so that people know when such workarounds have become obsolete.