accessors 0.0.1

(WIP) Getters and setters for Rust using macros 1.1
docs.rs failed to build accessors-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: accessors-0.0.3

#[derive(accessors)]: getters and setters for Rust (WIP)

This is a work in progress! We use the new macros 1.1 to implement getters, and very soon setters. This is intended to be used with some very field-heavy structs where we want to hide the implementation of getters and setters for future compatibility.

See examples/simple.rs for an example of how this works.