druid-derive 0.5.1

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

#[derive(Lens)]
struct Foobar;

fn main() {}