-
**General Question**
More and more Python packages are built from the Rust code base. Such as:
1. https://github.com/pola-rs/polars
2. https://github.com/Qiskit/rustworkx
3. https://github.com…
-
Hi,
I found this crate when writing a Rust wrapper around `ssh`. It looks like what I need, but I'd like to be able to 'pass through' the SSH client-specific arguments to this crate.
Is that pos…
-
### Is your feature request related to a problem? Please describe.
It is cumbersome to have to parse dates into datetime types yourself when it can be done by serde automatically.
## Describe …
-
RisingWave initially chose the crate `prometheus`as the client for Prometheus because of its convenience. However, as the system became more complex, the flexibility of crate `prometheus` brought a lo…
-
enabling features "rspc" and "migrations" together, and running `prisma generate` causes the following panic:
```
#11 7.766 Compiling prisma-client-rust v0.6.11 (https://github.com/Brendonovich/p…
-
It seems this library is not maintained anymore. After struggling with it for some time, I wrote a new library for telegram - [Frankenstein](https://github.com/ayrat555/frankenstein):
- it's easy t…
-
@alexlwn123 can you add some context please?
1M bounty once scoped out.
-
### Which feature or improvement would you like to request?
I'd like to see this feature:
Optional directives to specify the paths to the certificate, ca, and key files used by the Rust Foundation…
tkpte updated
1 month ago
-
Could there be a possibility to have the AmneziaWG WireGuard obfuscation method available as a C/C++/Rust library? Some of my users are [interested](https://www.ntkernel.com/forums/topic/amneziawg-sup…
-
While implementing past pull requests like #5064 I've been thinking about implementing them using Rust instead of C++.
Rust is a language targeting a similar audience as C++. It tries to completely…