diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,3 +1,2 @@ -#[macro_use] -extern crate scan_fmt; +#[macro_use] extern crate scan_fmt; pub mod wal; |
index : growth-ring | |
Simple and modular write-ahead-logging implementation. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 3 |
@@ -1,3 +1,2 @@ -#[macro_use] -extern crate scan_fmt; +#[macro_use] extern crate scan_fmt; pub mod wal; |