This commit is contained in:
2025-04-20 06:44:39 +02:00
parent e1ea2c06cd
commit 7dff7ecc5e
5 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
use ourdb::{OurDB, OurDBConfig, OurDBSetArgs};
use std::path::PathBuf;
use std::time::{Duration, Instant};
use std::time::Instant;
fn main() -> Result<(), ourdb::Error> {
// Create a temporary directory for the database

View File

@@ -1,5 +1,4 @@
use ourdb::{OurDB, OurDBConfig, OurDBSetArgs};
use std::path::PathBuf;
fn main() -> Result<(), ourdb::Error> {
// Create a temporary directory for the database

View File

@@ -1,5 +1,4 @@
use ourdb::{OurDB, OurDBConfig, OurDBSetArgs};
use std::path::PathBuf;
use std::time::{Duration, Instant};
fn main() -> Result<(), ourdb::Error> {