5 releases

0.2.1 Aug 27, 2021
0.2.0 Mar 17, 2020
0.1.3 Mar 17, 2020

#18 in #r2d2

Download history 43/week @ 2024-08-31 77/week @ 2024-09-07 28/week @ 2024-09-14 71/week @ 2024-09-21 111/week @ 2024-09-28 56/week @ 2024-10-05 19/week @ 2024-10-12 5/week @ 2024-10-19 13/week @ 2024-10-26 56/week @ 2024-11-02 28/week @ 2024-11-09 18/week @ 2024-11-16 32/week @ 2024-11-23 15/week @ 2024-11-30 35/week @ 2024-12-07 34/week @ 2024-12-14

117 downloads per month

MIT license

10KB
158 lines

bb8-diesel allows the bb8 asynchronous connection pool to be used underneath Diesel.

This is currently implemented against Diesel's synchronous API, with calls to tokio::task::spawn_blocking to safely perform synchronous operations from an asynchronous task.

Dependencies

~6–12MB
~152K SLoC