You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Currently, Versionize implementation for [T; N] require T: Default because we need to initialize the array somehow. We should track if at some point, Rust's MaybeUninit APIs mature enough to support dropping this bound.
Moved from firecracker-microvm/firecracker#1728, also touched on in #47 (comment)
Currently,
Versionizeimplementation for[T; N]requireT: Defaultbecause we need to initialize the array somehow. We should track if at some point, Rust'sMaybeUninitAPIs mature enough to support dropping this bound.