Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-exported the Consistency and SerialConsistency types. Unfortunately, the util functions such as `read/write_bytes` have to be re-exported as `pub` (instead of `pub(crate)`), since they are used in integration tests and benchmarks. I added `#[doc(hidden)]` proc macro for these functions so they do not appear in the documentation.
- Loading branch information