vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
490 stars 22 forks source link

Remove skeptic and find an alternative #250

Closed vincent-herlemont closed 3 weeks ago

vincent-herlemont commented 1 month ago

The skeptic crate, which is used to execute the code in the readme, is no longer supported. Therefore, it needs to be removed and an alternative solution found. (The crate does not work with Rust versions higher than 1.77, see https://github.com/budziq/rust-skeptic/issues/141).

One possible solution could be to include the readme in the Rust documentation via #[doc = include_str!("../../README.md")] .

TODO

ubaldop commented 3 weeks ago

A PR removing the dependency is here.