influxdb/mutable_buffer
Marko Mikulicic c9cbc74857 feat: Use a DID newtype instead of u32 for dictionary ids
Rationale
---------

We use `u32` throughout the codebase to reference for interned dictionary strings.
We also use `u32` for other reasons and it would be nice to get some help from the compiler
to avoid mixing them up
2021-04-13 22:38:41 +00:00
..
src feat: Use a DID newtype instead of u32 for dictionary ids 2021-04-13 22:38:41 +00:00
Cargo.toml feat: basic snapshot caching (#1184) 2021-04-13 17:10:28 +00:00