ocm-types 0.2.0

Types required to implement the OpenCloudMesh filesharing protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# OpenCloudMesh Types

This crate provides the types necessary to implement the 
[OpenCloudMesh Spec v1.2.1](https://github.com/cs3org/OCM-API/blob/v1.2.1/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 Spec v1.2.1](https://github.com/cs3org/OCM-API/blob/v1.2.1/IETF-RFC.md) are covered.

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