Please read the API documentation here
__
_ https://docs.rs/randderive/
|buildstatus| |crates|_
.. |buildstatus| image:: https://travis-ci.org/bluss/randderive.svg?branch=master .. buildstatus: https://travis-ci.org/bluss/rand_derive
.. |crates| image:: http://meritbadge.herokuapp.com/randderive .. _crates: https://crates.io/crates/randderive
0.2.0
macro-attr
which is the successor of the “custom_derive
”
crate. New syntax is to use macro_attr! { }
around the struct or enum,
and #[derive(Rand!)]
with exclamation mark for the deriving attr.0.1.0
Dual-licensed.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.