Add insert and update back (#4864)

This commit is contained in:
JT
2022-03-18 06:55:02 +13:00
committed by GitHub
parent 6e69d40bb9
commit 0986eefb64
14 changed files with 624 additions and 56 deletions

View File

@ -23,6 +23,7 @@ mod hash_;
mod headers;
mod help;
mod histogram;
mod insert;
mod into_filesize;
mod into_int;
mod keep;
@ -61,6 +62,7 @@ mod str_;
mod touch;
mod uniq;
mod update;
mod upsert;
mod use_;
mod where_;
#[cfg(feature = "which")]