Skip to content

feat: support no_std contexts#111

Open
jRimbault wants to merge 1 commit intocoreos:mainfrom
jRimbault:no_std
Open

feat: support no_std contexts#111
jRimbault wants to merge 1 commit intocoreos:mainfrom
jRimbault:no_std

Conversation

@jRimbault
Copy link
Copy Markdown

@jRimbault jRimbault commented Jan 21, 2025

This update modifies the library to be usable in no_std environments by replacing std with core where applicable and using the alloc crate for dynamic memory allocation.

closes #19
closes #20

@jRimbault jRimbault force-pushed the no_std branch 2 times, most recently from 68c9233 to 8ec5106 Compare January 21, 2025 08:45
@travier
Copy link
Copy Markdown
Member

travier commented Apr 17, 2026

Sorry for the late review. This looks reasonable. Can you rebase it? Thanks

This update modifies the library to be usable in no_std environments
by replacing std with core where applicable and using the 'alloc' crate
for dynamic memory allocation.
@jRimbault
Copy link
Copy Markdown
Author

Rebased. Thank you :)

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

Successfully merging this pull request may close these issues.

investigate providing core library functionality in a no_std environment use arrays in Writer instead of Vec

2 participants