diff options
author | Teddy Wing | 2022-03-12 21:01:57 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-12 21:02:45 +0100 |
commit | db05a516596857f0e754d6cd48fe7c9669843731 (patch) | |
tree | 4ce1102b4810272ed018f7622e8877efad8588fb /src/lib.rs | |
parent | c487910ee09e0cfd0e5cc2ee1e6232dd7accd073 (diff) | |
download | yaqlite-db05a516596857f0e754d6cd48fe7c9669843731.tar.bz2 |
Move `Yaml` newtype to a new module in library crate
Separate this code from the main binary file.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ pub mod sqlite; +pub mod yaml; |