aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Add API examples #12

Closed aejenk closed 5 years ago

aejenk commented 5 years ago

Create examples that show an external implementation of Config, Mutation, and Bender.

In addition - remove the BasicMutation and rename BasicBender to BaseBender to reflect its use as the default bender implementation in the library.

To add, MutConfig should have a procedural macro that can derive the to_hashmap method. The above is of course optional, since it might take too much time to develop - however it should be known that due to how simplified it makes development due to far less boilerplate, it should be prioritized.