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