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

[Feature] no_alloc operation #251

Open
adryzz opened this issue Mar 14, 2024 · 0 comments
Open

[Feature] no_alloc operation #251

adryzz opened this issue Mar 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adryzz
Copy link

adryzz commented Mar 14, 2024

The way i understand it, this crate uses alloc for fancy error reporting (and operation on Strings, Vecs and Cows).

It would be nice to be able to use this crate (albeit with worse error reporting) in a no_std and no_alloc environment, of course without String/Vec/NullString types (or perhaps using heapless to provide stack-based alternatives).

I'll try doing this in a branch and see how much is given up by doing this.

@csnover csnover added the enhancement New feature or request label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants