Expand description
This crate provides implementations for few common repo layers that integrate into manas eco system.
Modulesยง
- dconneging
- I provide an implementation of
Repo
that performs content negotiation over derivable representations of original representation resolved by inner repo. - delegating
- I provide a layered implementation of
Repo
that simply delegates all operations to inner repo. - patching
- I provide a layered implementation of
Repo
that resolves rep patch operations to set_with operations. - validating
- I provide an implementation of
Repo
that performs validation of representation update operations.