-
I'd like to use this library on some STM32 chips.
-
-
### Describe your use case
This will mainly focus on the `no_alloc` usecase!
In the embedded world (most typically), people rely on no_std crates where there's no standard library, `no_std` crates…
-
i am using hvcc to compile for a target which has C++ but no standard library, it is Circle https://github.com/rsta2/circle.
This means I need to do some modifications to the files that hvcc generate…
-
### Describe the feature
At the moment, we are using `std::thread_local`
https://github.com/paradigmxyz/reth/blob/817b1527e9daf30e838e14b49171db86be266219/crates/primitives/src/compression/mod.rs#…
-
Hey, i have no auto completion of Odin std.
Odin_Root is setted.
It's more like it works sometimes and other times it fails.
I using Zed. is there a way to get debup info?
jpx40 updated
21 hours ago
-
Is it possible to go `no_std` like `async-channel`? I am planning to use this crate on an esp32 (no_std + allocator)
I have already a bittried, but I had some problems getting it up and running no_…
dscso updated
4 weeks ago
-
I'm trying to use Snafu in a no_std environment, and the basic example from the docs doesn't work.
It can't find `Whatever` and I checked the sourced and it's behind `std` feature.
So what is th…
-
https://crater-reports.s3.amazonaws.com/beta-1.83-3/beta-2024-10-19/reg/bevy_dexterous_developer_library-0.4.0-alpha.3/log.txt
root is in prefer-dynamic crate, probably just needs a compat note
-
### Component
other
### Describe the feature you would like
`thiserror` released version 2 which includes no_std support: https://github.com/dtolnay/thiserror/releases/tag/2.0.0
`thiserror…