Clément Renault
Clément Renault
> heed does seem to be the most actively maintained LMDB library. ~[According to lib.rs](https://lib.rs/search?q=lmdb), not all the LMDB wrapper libraries are maintained as much as heed, which sees a...
Hey @nicoburns 👋 I finally [released Heed v0.20 🛁](https://github.com/meilisearch/heed/releases/tag/v0.20.0). I released a lot of alpha versions, and I finally put an end to that. This is the final, well-maintained, safest,...
Hey @nicoburns 👋 What do you think now that heed v0.20 has been officially released?
Hey @djc 👋 Can we reconsider adding heed to the blessed.rs list? It is the second crate [with 73k monthly downloads](https://lib.rs/keywords/lmdb). It's the second in the LMDB category after sled...
Thank you very much!
Hey @BurntSushi, We are awaiting this PR to be merged on the Meilisearch side. It doesn't introduce any breaking change and I am sure the changes that Marin is introducing...
https://github.com/Kerosene2000/SublimeLinter-contrib-rustc/commit/0caf73599da7a5ea7f3bb30d3446fe909b3128a2 It's working great! But it will be very slow to compile the binaries each time you want to check only the syntax :cry:
I think `cargo check` needs to be capable to check multiple bin/libs. `cargo build` can do that, why not `cargo check` ?
No, but it checks the syntax and then compile each binary/library, why `cargo check` cannot just check syntax ? Yes, that's right, `cargo rustc` is the problem source !
I would love to search in a massive dataset like the [115m+ songs from discogs.com](https://discogs.com/). It would be great to show users that we can search, facet, and filter on...