aejenk / glitchup

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

Feature/add mutations #7

Closed aejenk closed 5 years ago

aejenk commented 5 years ago

Adds a mutation BasicMutation, as well as implementing the MutOptionVal value, and Mutation trait. An example of this implementation is shown in tests/temp_tests.rs

Note: temp_tests.rs is only used for now to help showcase an example of how to use the current exposed API - once an actual implementation corebend is done, these tests will be removed.