-
-
### 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…
-
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
12 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
3 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…
-
### 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#…
-
### 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…
-
I need precisely the `GenericDecimal` type in my (embedded) project but unfortunately I don't have a heap available and `fraction` links towards `std`.
Are there any plans to support (a limited set…
-
### Describe the feature
`thiserror` released version 2 which includes no_std support: https://github.com/dtolnay/thiserror/releases/tag/2.0.0
`thiserror` must also be added with `default-featur…