maincopy-shared 0.1.0

Versioned wire contracts shared by Maincopy servers and operator clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# maincopy-shared

Versioned request, response, identity, and error contracts for Maincopy's
administration API. The server and operator client consume this crate.

The optional `schema` feature adds OpenAPI schema descriptions through `utoipa`.
This crate provides no executable and performs no network operations.

Maincopy's current `0.1.0` workspace version is a development version. A registry
release and its compatibility policy have not been announced.

See the [Maincopy repository](https://github.com/tee8z/maincopy) for development
and deployment instructions. The package includes the project's MIT license.