-
Hi!
I want to compile a rust application from a windows 10 machine targeting my "raspberry pi 3 model b" device. I've tried to follow the instructions to my best ability but have not been able to g…
-
Have just moved some functions into modules and have fought all warnings when suddenly:
```
[/home/andrey/Projects/Spotter/api-rust][ruby-2.2.3][master] >>> RUST_BACKTRACE=1 cargo build --verbose
…
-
See https://travis-ci.com/rust-lang-nursery/stdsimd/jobs/174229812#L1533
@lu-zero would it be possible to take a look at this ?
-
`build.rs` in bundled mode needs to download SDL source code via http/https. To do this, it currently uses 100% rust code which brings in dozens of crates. Running `cargo tree --features bundled` on `…
rasky updated
5 years ago
-
# 🐛 Bug
Cannot compile as per the example on [this page](https://developers.libra.org/)
```
error[E0658]: use of unstable library feature 'futures_api': futures in libcore are unstable
```
…
-
**Problem**
Im using workspace with three projects frontend(wasm), backend(native) and common-api (shared between frontend and backend).
```cargo test -p backend``` deadly slow and then pump…
-
Decision:
- [ ] Remove `random()` function
- [ ] Replace `weak_rng()` function with `SmallRng` wrapper
- [ ] Change algorithm used by `SmallRng` (but off topic here, thus not a blocker for this i…
-
Mostly a note to to self. RDRAND should be a fair bit faster than the software randomizer currently in use.
RDRAND was too slow.
Instead, just write a xorshift implementation for this purpose. It ca…
-
Hi, I can't even express how happy I am to see this project! I immediately had to give it a try. I compiled the pyoxidizer itself without problems (just had to install ``libssl-dev``), but when I try …
-
**Describe the bug**
Building core in some machine (MacOS) fails, while it succeeds in others (Linux/Ubuntu) in Simulation mode. This is only observed in Simulation mode because the machines in which…