-
With [futures-rs](https://github.com/alexcrichton/futures-rs/) and [tokio](https://medium.com/@carllerche/announcing-tokio-df6bb4ddb34) the Rust ecosystem recently got a whole new chapter in the async…
-
I tried this code:
```rust
// Cargo.toml: diesel = { version = "2.0.0-rc.1", features = ["sqlite", "postgres"]}
use diesel::backend::Backend;
use diesel::pg::Pg;
use diesel::sqlite::Sqlite;
use die…
-
### Summary
I used arrow keys to move in INS mode to edit text, but after upgrade to a new version from 22.05 (dad6d0f3) it does not work anymore. Arrow keys move cursor in NORMAL mode, but not in IN…
-
Don't know what rust code caused this issue...
Running windows 10 WSL: Ubuntu 22.04.1 LTS.
Update: I reverted to some nightly from last month `nightly-2022-11-11` and it's compiling fine.
us…
-
I created another service and model, then wired the frontend. Basically, I made a copy of todo with different data fields/struct (only slightly) diesel creates the database and runs the creates the sc…
-
For example, let's say I am using the crate `derive_builder` with the following code snippet:
```rust
#[derive(Clone, Debug, Builder)]
pub struct MyStruct {
foo: String
}
```
`derive_bu…
-
### Code
https://github.com/BlackDex/vaultwarden/tree/impl-events
### Meta
- Works on stable
```
rustc 1.65.0 (897e37553 2022-11-02)
binary: rustc
commit-hash: 897e37553bba8b42751c67658…
-
https://github.com/diesel-rs/diesel/blob/d4113eda1d0d432707c1a731c5df448b300ffa40/examples/sqlite/getting_started_step_3/src/bin/show_posts.rs#L8
Removal of the &mut in the above line resolved erro…
-
I think this could be a useful tool to detect regressions, and evaluate the benefits of performance-related improvements. My main goal is to compare with `postgres`/`tokio_postgres`, since we aim to b…
-
Hello, thank you for this project. Do you also have any plans of adding serde JSON serialization for the diesel types?