leveldb/1.23

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Recipe info
2024-02-12

Available packages
Linux
Windows
macOS
macOS Apple Silicon

Install
Add the following line to your conanfile.txt:
[requires]
leveldb/1.23

Using leveldb

Loading ...
Loading...