Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 340 Bytes

TODO.md

File metadata and controls

11 lines (6 loc) · 340 Bytes

Things to eventually do

  1. &String -> &'a str

  2. Encrypt over byte slices instead of strings

  3. Improve testing infrastructure (setup methods)

  4. Unify get_field() vs field()

  5. Re-export core things from TANK (qualified, not unqualified as rust::std does); or don't re-export - instead have app just instantiate Core separately