add a transform function for operations

This commit is contained in:
Dustin J. Mitchell 2019-12-28 12:17:42 -05:00
parent 72a12c751e
commit 8799636c1a
3 changed files with 137 additions and 18 deletions

View file

@ -2,4 +2,5 @@
#![allow(dead_code)]
mod errors;
mod operation;
mod taskdb;