add comment
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// http://sled.rs/
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>>{
|
||||
let path = "a.file";
|
||||
let tree = sled::open(path)?;
|
||||
|
||||
Reference in New Issue
Block a user