-
When avoiding `std`, and asking for `--features=full`, some tests fail:
```
dkg@bob:~/src/derive_more$ cargo test --no-default-features --features=full
Compiling derive_more v1.0.0 (/home/dkg/…
-
Currently `parley` has a `std` feature which can be disabled, and we are paying the maintenance cost of maintaining that, but it can't actually do anything useful when that feature is disabled. I woul…
-
Hello,
there is no space inserted between `std::pair` return type and method name when using `nl_func_type_name = remove`. If return type is `void`, space is inserted correctly.
current version: …
-
I'm documenting this separately from [my older issue comment that briefly mentioned the topic](https://github.com/sunfishcode/eyra/issues/27#issuecomment-1820271259):
- Notably for the explicit need …
-
`no_std` + `alloc`
-
There seems to be a std feature that can be disabled with an enabled alloc feature (see https://github.com/wcampbell0x2a/cpio-deku/blob/master/Cargo.toml#L8), but src/lib.rs requires std. I'm not sure…
-
Thank you for the project! We're looking into using [wasm-coredump](https://github.com/xtuc/wasm-coredump) in [wasmi](https://github.com/wasmi-labs/wasmi) for generating coredumps. The problem is that…
-
Since the windows crate recently gained support for using no_std while still supporting alloc, it would be useful to have a complete example of an executable or DLL built this way. I read in #3047 tha…
-
At some point we'll want to explore support for no_std platforms. Our initial focus is on major mobile operating systems, which have support for the full standard library, but certain embedded platfor…
-
after migration to Rust `1.81` it's now possible to implement `Error` trait in `no_std`