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

No std #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

No std #1

wants to merge 8 commits into from

Conversation

fschutt
Copy link
Owner

@fschutt fschutt commented Apr 28, 2023

No description provided.

- most uses of HashMap were replaced by BTreeMap because HashMap
  does not exist on no_std (TODO: perf regression?)
- use miniz_oxide instead of libz-sys for zlib implementation
- use custom allocator for brotli decoding
- make "std" an optional feature, enabled by default
- put blanket std::error::Error impls behind std feature flag
@wezm
Copy link

wezm commented Jun 7, 2024

Is there any chance you could publish a version allsorts_no_std with updated meta data that points at this repo an not ours? Ideally there would be a note in the README too that noted this it was a fork too. This would help avoid confusion like yeslogic#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants