vstorage 0.7.0

Common API for various icalendar/vcard storages.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2025 Hugo Osvaldo Barrera
//
// SPDX-License-Identifier: EUPL-1.2

//! JMAP storage implementation.

pub(crate) mod cache;
mod storage;

pub use storage::JmapStorage;