third_party.pigweed.src/pw_kvs
Wyatt Hepler acaacf9a4f pw_kvs: Initial API changes
- Use std::string_view for keys to avoid the need for null termination.
- Use std::span and std::byte for data.
- Use StatusWithSize and size_t.
- Other minor adjustments.

Change-Id: I10d2f0f47b386071ed4ecf81586decfcc99244cd
2020-01-29 16:20:50 -08:00
..
public/pw_kvs pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00
BUILD pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00
BUILD.gn pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00
CMakeLists.txt pw_kvs: Add to build; get tests passing 2020-01-27 19:13:05 +00:00
flash.cc pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00
key_value_store_test.cc pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00
key_value_store.cc pw_kvs: Initial API changes 2020-01-29 16:20:50 -08:00