9 Commits

Author SHA1 Message Date
d791709768 Updated rustc and clippy to 1.54.0-nightly. 2021-06-11 16:23:58 +01:00
47736dabb8 Renamed methods and types in Bytes. 2021-06-02 13:51:45 +01:00
37d840f77e Added dcb_bytes_derive::Discriminant macro to replace generate_enum_property_mod.
`Slot` is now manually generated using `Discriminant` and `strum`.
2021-05-17 08:46:47 +01:00
53963b5a7e Switched to a 120 max width. 2021-04-26 18:07:33 +01:00
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