automorph-derive
Derive macros for the automorph crate.
This crate provides the #[derive(Automorph)] macro for automatic bidirectional synchronization between Rust types and Automerge documents.
Usage
This crate is typically not used directly. Instead, add automorph to your dependencies:
[]
= "0.1"
The derive macro is re-exported from the main crate:
use Automorph;
Documentation
See the automorph documentation for complete usage information.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.