+ async source
(reader and converter)
This commit is contained in:
+7
-1
@@ -1,7 +1,13 @@
|
||||
#[cfg(all(feature = "convert", feature = "convert_async"))]
|
||||
compile_error!(
|
||||
"feature \"convert\" and feature \"convert_async\" cannot be enabled at the same time"
|
||||
);
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
pub mod async_db;
|
||||
#[cfg(feature = "sync")]
|
||||
pub mod db;
|
||||
pub mod questions;
|
||||
#[cfg(feature = "source")]
|
||||
#[cfg(any(feature = "source", feature = "source_async"))]
|
||||
pub mod source;
|
||||
pub mod util;
|
||||
|
||||
Reference in New Issue
Block a user