Félix Lescaudey de Maneville
Félix Lescaudey de Maneville
I'm exactly in that situation and I don't understand what I'm supposed to do. Have a `lib.rs` AND a `main.rs`? I don't get it.
What I ended up doing and that works is keeping only my `main.rs`, having my "tests" folder under `src` but adding `#[cfg(tests)]` above `mod tests;` in `main.rs`. All integration tests...
Yes that seems like a good solution, but what are those `make_binary_testable`uses?
Great stuff! This will allow much more convenient parallel queries. Small suggestion, adding the ability to override **globally** the batch size estimation with a *resource* `enum` like: ```rust pub enum...
using the crate `thiserror` the `Error` implementation could be quite easy
If someone know why my pull request (https://github.com/bcmyers/argonautica/pull/38) is failing : https://travis-ci.org/github/bcmyers/argonautica/jobs/761279238 I'd like some help. For some reason, and I think it might come from the build script, the...
I don't know if it's a good idea to have everything inside of the `deadpool` repository, why don't you do something more similar to `r2d2` ?
Unfortunately this repository hasn't been updated for a while, if you want your MR to be released somewhere I suggest opening it for [arangors_lite](https://github.com/ManevilleF/arangors-lite) that I created to be able...
I fixed it in https://github.com/fMeow/arangors/pull/80 but it was not released
@fMeow is the only maintainer I think. Since I could not wait for my [aragog](https://crates.io/crates/aragog) library I forked `arangors` and published a simplified [arangors_lite](https://crates.io/crates/arangors_lite). you may use it, the only...