-
https://github.com/NVIDIA/cccl/blob/4e6f24a6af6b661ed561f1e598df109f03973cdf/libcudacxx/test/support/test_allocator.h#L129
https://godbolt.org/z/E8Ef7x7GM
Considering that the test is used from …
-
I'd like to start working on optional no_std support, is there anything major preventing this, and if not, is it the sort of thing you would like to see merged?
-
1.81 stabilizes the Error trait in core, allowing usage of the trait in #![no_std] libraries.
-
This issue was already briefly discussed in matrix.
https://matrix.to/#/!BHcierreUuwCMxVqOf:matrix.org/$7wPk8mbCr-l8k3nTCq4f6vCnEgj6LkYVZxkB7fiBxkI?via=matrix.org&via=catircservices.org&via=beeper.co…
-
Hi team,
I met the following error when I run sudo ninja -C build install. Could you please help me with that? Thanks!
```
[202/203] Linking target ext/nnstreamer/tensor_filter/libnnstreamer_f…
-
## What problem does this solve or what need does it fill?
Due to `bevy_ui`'s dependency on `bevy_render` as a rendering backend which has a strong integration with `wgpu`, `bevy_ui` cannot currently…
-
-
Currently, implementing `DerSerialize` requires:
```rust
fn serialize(&self, writer: W) -> io::Result;
```
But `Write` is std-only. How could the library work in no-std contexts?
-
Hiya, any plans for `no_std` compatibility? I'm looking for a DER writer in the context of FIDO2 authenticators (on microcontrollers), and this seems the most minimal implementation I've found.
The…
-
I'm working on some rust firmware and we are considering the use of flatbuffers. I know that the official flatc requires alloc. However, we are looking to target devices that don't have enough flash s…