-
Hi,
Some targets like android require additional configuration in order to compile the code. Would it be possible to provide additional configuration to override the runner for cargo? For example i…
-
@JosiahParry if a rust package is not on crates.io, what's best practice for having users install a rust cli tool like this? Is it maybe `cargo install --git https://github.com/sckott/rt-cli.git` ? Or…
-
```
│ assertion failed: self.fd == -1 (thread , at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipc-channel-0.18.3/src/platform/unix/mod.rs:636)
│ 0: servoshell::backtrace::prin…
-
as you can see all actions are followed the readme.
using Ubuntu 20.04
Cargo.toml
> [dependencies]
> tokio = { version = "1", features = ["full"] }
> rquest = "0.27"
`sudo apt-get install …
-
- [x] I've searched existing issues and couldn't find a duplicate.
**Describe the bug**
The current `RSA` crate we use for Packet encryption has slow key generation, This is basically the only thi…
-
### Component
network, json-rpc, rpc, other
### What version of Alloy are you on?
cargo build --target i686-linux-android
### Operating System
Linux
### Describe the bug
fail to building for ca…
-
It would be nice to have a flag to `cargo publish` which publishes all local packages in a DAG fashion.
Non-atomic publish was added in #14433, stabilization is being tracked in #10948
Notes (ed…
-
Corresponding crates.io issue: https://github.com/rust-lang/crates.io/issues/381
-
Hey! I see you're making good progress on this :). The C API looks nice and clean from what I saw so far.
Do you have any plans on publishing the Rust bindings on crates.io? I have absolutely no id…
-
## Introduction
The zephyr-lang-rust repo contains several crates (units of Rust compilation) for this support. Rust has a mechanism, rustdoc, which works similarly to doxygen in that it generates …