retriever icon indicating copy to clipboard operation
retriever copied to clipboard

Retriever stores ordinary rust data types in a similar manner as a NoSQL database.

Results 5 retriever issues
Sort by recently updated
recently updated
newest added

See https://github.com/rust-lang/rust/pull/100046#issuecomment-1214446815 This lifetime bound `S: 'a` should've been required the whole time, but the compiler was not smart enough and had unsoundness :sweat_smile:

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.1.0 to 1.6.1. Release notes Sourced from smallvec's releases. v1.6.1 Fix a possible buffer overflow in insert_many (#252, #254). v1.6.0 The "union" feature is now compatible with...

dependencies

Bumps [rgb](https://github.com/kornelski/rust-rgb) from 0.8.14 to 0.8.32. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rgb&package-manager=cargo&previous-version=0.8.14&new-version=0.8.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.1 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...

dependencies

First of all thank you for this beautiful crate. I’ve already adopted it and looking forward to contribute. I need to count record in a single chunk and in all...