fsrc-core no_std #10

Merged
muellerr merged 4 commits from mueller/fsrc-core-no-std into main 2022-08-28 00:24:04 +02:00
Owner
  • fsrc-core is now #[no_std]
  • To allow using HashMap in no_std environments, use hashbrown crate directly. It would be nice to have some sort of map abstraction, but this is quite advanced..
  • Add PoolRwGuard RAII conformant helper for pool implementation
- fsrc-core is now `#[no_std]` - To allow using `HashMap` in `no_std` environments, use `hashbrown` crate directly. It would be nice to have some sort of map abstraction, but this is quite advanced.. - Add `PoolRwGuard` RAII conformant helper for pool implementation
muellerr added 4 commits 2022-08-21 00:20:43 +02:00
muellerr merged commit e76b7070ed into main 2022-08-28 00:24:04 +02:00
muellerr deleted branch mueller/fsrc-core-no-std 2022-08-28 00:24:05 +02:00
muellerr added this to the satrs v0.1.0 milestone 2022-10-22 17:34:48 +02:00
Sign in to join this conversation.
No description provided.