quickwit-core 0.3.0

Core crate of quickwit
docs.rs failed to build quickwit-core-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
`quickwit-core` provides IndexService that let you manage your indexes: - `create` for creating a new index; - `get_index` for getting an index; - `get_indexes` for getting all indexes registered in the metastore; - `reset_index` for indexing new-line delimited json documents; - `delete_index` for deleting an index; - `garbage_collect_index` for garbage collecting dangling files.