Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ rust code to facilitate and access the basic and/or advanced features, in `objec
## Guidelines
* Don't rely on nightly features, we'll take whatever edition 2021 has to offer

## TODO (Nice to haves)
## TODO
* Apply `Arc<str>` for const-ish strs
* Reduce number of mallocs
* Use [anyhow](https://docs.rs/anyhow/latest/anyhow/) to handle errors
* Remove cruft - all attempts to optimize prematurely
* Reimplement macros with [darling's](https://github.com/TedDriggs/darling/blob/master/examples/consume_fields.rs)
* Integrate: [cleaner abstractions (example how)](https://github.com/Buggaboo/lean_buffer/blob/main/macros/src/lib.rs).