-
Do you have plans to release it on crates.io?
-
I'm looking into using rust in the 2020 season and it looks like this crate is many months out of date on crates.io. Is master in a stable state? Can we have the latest stable version published to cra…
-
Crates are destroyed when shot upon giving you points
-
```
Please fill in the following form. Incomplete issues without sufficient
details will be ignored and closed without resolution.
What program (itch vs. scratch live) you are using, and what version…
-
Currently many of the example crates are working CLIs. I doubt however that anyone will ever actually run these CLIs.
The downside of them being CLIs is that they are over 50% just boilerplate for …
-
backtrace-rs has a number of [subcrates](https://github.com/rust-lang/backtrace-rs/tree/6fa4b85b9962c3e1be8c2e5cc605cd078134152b/crates) which it uses to test more complicated logic that is harder to …
-
It's much easier to `cargo install circom` rather than cloning and building the repo. Please upload to crates.io. The crate name `circom` is currently available.
https://doc.rust-lang.org/cargo/ref…
poma updated
10 months ago
-
### Current Behavior
It's possible to have a tarball that contains multiple files with paths that are identical except case, e.g. `readme.md` and `README.MD`. On case-insensitive file systems on of t…
-
Servo has an "internal API" pattern. Crates often expose an API by exporting a crate with traits used to communicate and send them messages without depending on them directly. Currently this API is sc…
-
**Is your feature request related to a problem? Please describe.**
I rewrote a small utility called dnstracer into rust and there are a couple of flags I was not able to really implement, those ar…