-
I tried this code:
```rust
#![feature(return_position_impl_trait_in_trait)]
use std::future::Future;
pub trait Foo: Sync {
fn run src/lib.rs:12:9
|
12 | / async move {
1…
-
## Description
The [TiKV](https://github.com/tikv/tikv) has recently been launching a new feature in the transaction model named [Async commit](https://github.com/tikv/sig-transaction/tree/master/d…
-
This is a tracking issue on how to handle stream trait compatibility between 0.3 and 1.0.
I said that it's okay to use something like [semver trick](https://github.com/dtolnay/semver-trick) in #233…
-
_Context: Calling OCaml from Rust_
Now that wrapping `Lwt.t` is mostly usable, I'm trying to use `ocaml-rs` in async settings, and I'm running into the problem that none of the `ocaml-rs` types are…
-
Is this book no longer being updated? What if I want to help?
-
> Multiple soundness issues in `owning_ref`
| Details | |
| ------------------- | ---------------------------------------------- |
| Packag…
-
I wrote this:
```rust
tokio::spawn(function_that_does_not_yet_exist());
```
and rust-analyzer generated
```rust
fn function_that_does_not_yet_exist() -> _ {
}
```
when I think it shou…
-
首先, 感谢 @KaiserY 及相关同学的付出,才有了这份不错的中文教程。
这份教程如果没记错, 是基于1.37的, 那时候还没 async/await, 1.39里面加了这些新特性,这一加, 把本来就入门门槛极高的rust异步编程,搞得更难懂了。。。
不知道作者和团队有啥计划会加入与rust异步相关的书籍的翻译?
-
### Describe the bug
tauri.conf.json:
```json
{
"shell": {
"all": true,
"execute": true,
"sidecar": true,
"open": true,
"scope": [
{
"name": "echo",
…
-
## Environment
* **IntelliJ Rust plugin version:** 0.2.119.3022-193-nightly
* **Rust toolchain version:** rustc 1.44.0-nightly (38114ff16 2020-03-21)
* **IDE name and version:** clion 2019.3.…