separated out utilities and started tightening visibility modifiers

This commit is contained in:
Yehowshua Immanuel 2022-08-08 19:45:14 -04:00
parent 9f2b349029
commit 0946d13e6e
6 changed files with 150 additions and 203 deletions

View file

@ -40,6 +40,8 @@ Here's a command to test on a malformed VCD:
# TODO
## Features
- [ ] be explicit with imports, remove exports as possible
once FastWave is known to be fairly stable.
- [ ] macro for getting line number when propagating errors
- [ ] search for any ok_or's
- [ ] search for any unwraps or any direct vectors indexing