druid-derive 0.5.1

derive impls for Druid, a Rust UI toolkit.
Documentation
use druid::*;

#[derive(Lens)]
struct Foobar(i32, i64);

fn main() {}