simple-db-rust 0.2.52

A simple database writing in rust, inspired from mit 6.830
Documentation
# Generated by Cargo
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# debug logs
out

# vscode editor configs
.vscode

# db files
*.db

# flamegraph files
*.svg