Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up and publish picotoml #108

Open
4 tasks
IsaacWoods opened this issue Apr 3, 2024 · 0 comments
Open
4 tasks

Tidy up and publish picotoml #108

IsaacWoods opened this issue Apr 3, 2024 · 0 comments

Comments

@IsaacWoods
Copy link
Owner

picotoml is a tiny no_std TOML parser that we've found useful for config parsing in Seed etc. Looking at crates.io, this niche doesn't actually seem to be filled by an existing crate very well, so we should publish picotoml in case other projects find it useful.

  • Switch peeking iterator to use smallvec to avoid heap allocs if not needed
  • Clean up general quality of the code
  • Write better readme and publish
  • Run a fuzzer over it at some point
luojia65 added a commit to rustsbi/poplar that referenced this issue Jan 30, 2025
Ref: IsaacWoods#108
Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant