derive_rand 0.1.1

`#[derive]`-like functionality for the `rand::Rand` trait.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]
name = "derive_rand"
plugin = true

[package]
authors = ["The Rust Project Developers"]
description = "`#[derive]`-like functionality for the `rand::Rand` trait.\n"
documentation = "http://doc.rust-lang.org/rand"
homepage = "https://github.com/rust-lang/rand"
license = "MIT/Apache-2.0"
name = "derive_rand"
readme = "README.md"
repository = "https://github.com/rust-lang/rand"
version = "0.1.1"