Moved Bytes interface to dcb-bytes crate.

Instead of implementing `Bytes for Option<T>`, a proxy is now used, as `dcb-bytes` is in a separate crate.
This commit is contained in:
2020-09-20 02:34:39 +01:00
parent 152c8250ff
commit 2a39f8b438
21 changed files with 261 additions and 103 deletions

View File

@@ -0,0 +1 @@
//! Derive macros for [`Bytes`](dcb_bytes::Bytes)