Skip to content

Convert library to no_std#5

Open
rmsyn wants to merge 3 commits intombr:masterfrom
rmsyn:no_std
Open

Convert library to no_std#5
rmsyn wants to merge 3 commits intombr:masterfrom
rmsyn:no_std

Conversation

@rmsyn
Copy link

@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.

Resolves #6

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
Copy link
Author

rmsyn commented Aug 24, 2023

Ping @mbr: are you still maintaining this crate?

@orangecms
Copy link

oh hey just saw your work here @rmsyn - and the PR in part overlaps with #7 / #8

I would fork this to @platform-system-interface, but the way the crates registry works would force me to give it a new name. Org namespaces are not supported (deliberately), so I'd give it a prefix, e.g., psi_device_tree. WDYT?

@rmsyn
Copy link
Author

rmsyn commented Oct 28, 2023

That sounds good to me, just let me know what you decide on.

@orangecms
Copy link

so many projects... I have not forgotten this one, just got a bit lost with everything else. 😅

I shall rebase onto your changes :)

@orangecms
Copy link

I had originally forked it under my name, now moved here:
https://github.com/platform-system-interface/device_tree-rs

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.

Does not build in a no_std/no-alloc environment.

2 participants