jmap-base-client 0.1.2

RFC 8620 JMAP base client — auth-agnostic, session fetch, blob, SSE, WebSocket
Documentation
1
2
3
4
5
//! Shared test helpers for `jmap-base-client` integration tests.

#![allow(dead_code)] // Some helpers are only used by a subset of tests.

pub mod log_capture;