-
## Plan
### Macro
[libloading](https://docs.rs/libloading/latest/libloading/) seems to be the most widely used crate for dynamically loading the libraries. It's also [possible](https://github.co…
-
Currently Prisma doesn't support the MultiSubnetFailover option of SQL Server. See https://github.com/prisma/prisma/issues/9187. I think this would require support at the driver level so I'm adding an…
-
Hello! If I have lots of cyrillic characters in opened .rs file, async job of rust-analyzer crashes..
It might be slice of chars as alphabet, string literals or comments.
If I change those .rs fil…
-
I'm new to rust, and try to start play with juniper, the experience is really nice, thank for your great job.
I'm currently use juniper_hyper since juniper_iron seems not support async resolve.
…
-
It would be nice if debuggers supported printing a backtrace of await points within an async stack machine. In particular, if I have a reference to an async task, my debugger should be able to read th…
-
Hello! We use this crate for the tests of the `mongodb` crate, and we recently ran into a case where instead of us getting a compiler error, the compiler panicked, which I've traced back to the proc m…
saghm updated
2 years ago
-
Hey, awesome project - v excited about having first-class async support in emacs.
I cloned and tried to build on my linux (xubuntu 18.04) desktop, where I've previously compiled native-comp from s…
-
```rust
use std::sync::Arc;
use arrow::array::{DictionaryArray, Int32Array, Int8Array, LargeStringArray, RecordBatch, StringArray};
use arrow_ipc::{reader::StreamReader, writer::{IpcWriteOption…
-
Recently, I implemented the [tokio runtime](https://tokio.rs/) for asynchronous execution of
- REST API calls (the pure python project doesn't implement this)
- running clang-tidy and/or clang-forma…
-
**Is your feature request related to a problem? Please describe.**
`tokio::net` currently supports networking over TCP, UDP and Unix domain sockets. This doesn't include other protocols such as ICMP …
gendx updated
10 months ago