Alberto Carretero

Results 4 issues of Alberto Carretero

What do you think of a RawValue type like in [serde_json](https://docs.serde.rs/serde_json/value/struct.RawValue.html)? ## Use case I want to use it to deserialize a Torrent struct without having to declare all the...

When we execute a statement, we step once and return. If the query returned more than one row, we would not have consumed everything so the underlying table would still...

This PR changes the tests to use the raft mechanism for message passing to make them more representative of reality. In order for that to work, message serialization and deserialization...

Is there any reason why we are not setting the `rust-version` in Cargo.toml? I am using a crate (cargo-llvm-cov) that depends on ruzstd and my CI broke recently because 0.8.2...