7/13/2023
- mutating self instead of creating entirely new self
- updated to using the latest documentation
7/11/2023
- simplified returning errors with thiserror crate
- verified that builder works as intended
- used lifetimes where appropriate
6/16/2023
- updated code in README
6/16/2023
- updated most functions that can propagate errors to propagate errors
6/14/2023
- added syntax highlighting for Rust code in README.md
- removed log dependency