Add test for fragment deletion

This commit is contained in:
Mubelotix 2025-07-03 13:26:44 +02:00
parent 0b89ef1fd7
commit b45eea0d3e
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
2 changed files with 196 additions and 64 deletions

View file

@ -3,7 +3,7 @@ pub mod index;
pub mod server;
pub mod service;
use std::fmt::{self, Display};
use std::{fmt::{self, Display}, future::Future};
#[allow(unused)]
pub use index::GetAllDocumentsOptions;