5 Commits

Author SHA1 Message Date
991fa6ecce Fixed all documentation errors.
Renamed some errors to their function's name.
2021-04-10 05:41:58 +01:00
9fa368afe4 Removed unnecessary dependencies on most things.
Turned `dcb-tools` into several packages.
Revised `dcb-util` a bit.
2021-01-21 22:30:29 +00:00
147a44e4cd Fixed missing doc links. 2020-10-22 01:02:01 +01:00
8296adffe7 Added derive macro ProxySentinal for deriving Bytes.
Removed `dcb::util::generate_enum_property_option`.
2020-10-06 11:21:59 +01:00
2a39f8b438 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.
2020-09-20 02:34:39 +01:00