vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
433 stars 17 forks source link

Update to 2021 edition, add ci + clippy fixes #64

Closed simonsan closed 5 months ago

simonsan commented 9 months ago

Tests run through, the benchmark was broken though native_db::Database::create_in_memory() was not existing.

vincent-herlemont commented 9 months ago

@simonsan Thank you very much for your merge request!

vincent-herlemont commented 5 months ago

All is done now.