derive 1.0.0

A library providing a minimal example of a derivable trait (via companion crate derive-derive) for testing and illustration
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "derive"
version = "1.0.0"
authors = ["Scott Steele <scottlsteele@gmail.com>"]

homepage = "https://github.com/scooter-dangle/derive-rs"
repository = "https://github.com/scooter-dangle/derive-rs"
description = "A library providing a minimal example of a derivable trait (via companion crate derive-derive) for testing and illustration"

license = "Apache-2.0"