mxr-core 0.4.5

Core types and provider traits for mxr
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# mxr-core

Stable core types and provider traits for mxr.

This crate contains:

- typed ids
- account, message, label, draft, and sync types
- provider traits for sync and send adapters
- shared error types

Adapter authors should depend on `mxr-core`, implement the provider traits, and
run the conformance helpers from `mxr-provider-fake`.

Main repository: <https://github.com/planetaryescape/mxr>