add async writer
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-05 23:08:55 +03:00
parent 307790ce49
commit abcb7d6dc2
2 changed files with 191 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
#[cfg(feature = "async")]
pub mod async_db;
#[cfg(feature = "sync")]
pub mod db;
pub mod questions;
pub mod source;