-
We need to collect all the crates and index them.
There is an API on crates.io and also a git repo with an index:
- https://github.com/rust-lang/crates.io-index
-
We have updated to rules rust 0.54.1 and we are noticing a weird regression with the `reqwest` library. They added a default feature configuration ` default = ["default-tls", "charset", "http2", "mac…
-
Actions:
Compile program with cargo using the crate `ureq 2.10.1` and `questdb-rs 4.0.3`.
Observed:
Compilation crashes with the following logging:
```
Updating crates.io index
error: faile…
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single…
-
Konrad mentioned this. I looked at a few github links/source for top projects at crates.io and this seems to be the case.
The community uses cargo.toml to specify the license:
https://doc.rust-lan…
-
I am working on a Rust tool with this directory structure:
![image](https://github.com/user-attachments/assets/ab94d81f-6261-4ee9-811b-06360f18ce47)
I want to add R bindings in `bindings/r` usin…
-
We recently published our `protocols` crates to `crates.io`.
We need to make sure the APIs provided by those crates are properly documented under the [Rust Best Practices](https://doc.rust-lang.org/r…
-
### Current Behavior
In our README.md file we have an image:
```
```
Link to this line: https://github.com/scylladb/scylla-rust-driver/blob/f59908c54e6b6407112311a3745e32d4bd218d0c/README.md?plain=1…
-
I recently found out about Steel and it seems like a great fit for a personal project of mine. However I am curious about its state of development. Development seems very active and the book is help…
-
### Describe your use case
This will mainly focus on the `no_alloc` usecase!
In the embedded world (most typically), people rely on no_std crates where there's no standard library, `no_std` crates…