mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 16:18:25 +00:00
279 B
279 B
#[derive(Arbitrary)]
This crate implements support for automatically deriving the Arbitrary
trait.
Don't depend on this crate directly, though. Instead, enable the "derive"
feature of the arbitrary
crate.