Zero-copy principals + CompactString partial impl

This commit is contained in:
mdecimus
2025-04-15 19:34:13 +02:00
parent 0568456d29
commit d6dc6ee8c5
223 changed files with 3509 additions and 2896 deletions

View File

@@ -61,6 +61,7 @@ pub trait RequestHandler: Sync + Send {
}
impl RequestHandler for Server {
#![allow(clippy::large_futures)]
async fn handle_jmap_request(
&self,
request: Request,