rustc/vendor/derive_arbitrary-1.3.2/README.md
2024-06-24 14:48:22 +02:00

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.