diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ pub mod sqlite; pub mod yaml; -pub use select::select; +pub use select::*; #[derive(thiserror::Error, Debug)] |
![]() |
index : yaqlite | |
A bridge between YAML and SQLite |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 2 |
@@ -3,7 +3,7 @@ pub mod sqlite; pub mod yaml; -pub use select::select; +pub use select::*; #[derive(thiserror::Error, Debug)] |