ocm-types 0.2.1

Types required to implement the OpenCloudMesh filesharing protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
SPDX-FileCopyrightText: 2026 Matthias Kraus <info@opengeomesh.org>

SPDX-License-Identifier: LGPL-3.0-or-later
-->

# OpenCloudMesh Types

This crate provides the types necessary to implement the 
[OpenCloudMesh 1.3.0](https://github.com/cs3org/OCM-API/blob/v1.3.0/IETF-RFC.md).

See [opencloudmesh](../opencloudmesh) and [ocm-server-axum](../ocm-server-axum) for crates implementing the OpenCloudMesh protocol and the OpenCloudMesh API.

## Status

All types of the [OpenCloudMesh 1.3.0](https://github.com/cs3org/OCM-API/blob/v1.3.0/IETF-RFC.md) are covered.

This crate and depending implementations of the protocol and the API are still in development. Expect breaking changes.