Introduce many SingleStore wrappers

This commit is contained in:
Clément Renault
2019-10-03 15:04:11 +02:00
parent a5bfbf244c
commit c4bd13bcdf
16 changed files with 678 additions and 109 deletions

View File

@ -1,5 +1,5 @@
#[derive(Copy, Clone)]
pub struct Synonyms {
pub(crate) main: rkv::SingleStore,
pub(crate) synonyms: rkv::SingleStore,
}