Skip to content

Convert library to no_std#1

Merged
rmsyn merged 3 commits into
mainfrom
no_std
Jan 10, 2024
Merged

Convert library to no_std#1
rmsyn merged 3 commits into
mainfrom
no_std

Conversation

@rmsyn

@rmsyn rmsyn commented Jan 10, 2024

Copy link
Copy Markdown
Owner

rmsyn
rmsyn commented Jan 7, 2023

Remove uses of std data structures with their equivalents in core, alloc, and hashbrown.

Also replaces the use of deprecated try!() calls with the ? operator.

rmsyn added 3 commits January 7, 2023 14:44
Use the ? operator to replace try! calls
Change uses of std data structures to equivalents from core, alloc,
and hashbrown
@rmsyn rmsyn merged commit 6b29b94 into main Jan 10, 2024
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.

1 participant