Skip to content

feat: support no_std contexts - #111

Merged
Johan-Liebert1 merged 1 commit into
coreos:mainfrom
jRimbault:no_std
May 21, 2026
Merged

feat: support no_std contexts#111
Johan-Liebert1 merged 1 commit into
coreos:mainfrom
jRimbault:no_std

Conversation

@jRimbault

@jRimbault jRimbault commented Jan 21, 2025

Copy link
Copy Markdown
Contributor

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

travier commented Apr 17, 2026

Copy link
Copy Markdown
Member

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
Contributor Author

Rebased. Thank you :)

@travier
travier requested a review from Johan-Liebert1 May 20, 2026 20:48
@Johan-Liebert1
Johan-Liebert1 merged commit e71eca8 into coreos:main May 21, 2026
7 checks passed
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

3 participants