21 Commits

Author SHA1 Message Date
2a1a06464d Fixed most arising clippy lints from the global linting. 2021-10-13 22:31:37 +01:00
ac6a777d7d Now using a global lint list for use with cargo clippy-lints. 2021-10-13 22:29:04 +01:00
43c13c8fbd Renamed Bytes{Read, Write}Ext::{read, write}_bytes to {read_deserialize, write_serialize}. 2021-06-02 14:09:04 +01:00
9279ef7a41 Card::{serialize, deserialize} now use BytesReadExt and BytesWriteExt. 2021-06-02 14:04:25 +01:00
47736dabb8 Renamed methods and types in Bytes. 2021-06-02 13:51:45 +01:00
ceabe511f8 Added BytesReadExt and BytesWriteExt. 2021-06-02 12:36:11 +01:00
748a07b208 Added ByteArray::zeros and Bytes::bytes(). 2021-06-02 11:50:37 +01:00
aabaafc91a Added new validation interface in dcb-bytes. 2021-05-16 08:31:25 +01:00
3485d10e21 Removed unnecessary features flags. 2021-04-29 15:20:28 +01:00
53963b5a7e Switched to a 120 max width. 2021-04-26 18:07:33 +01:00
2e44a3e382 clippy::map_err_ignore is now allowed. 2021-04-25 09:46:24 +01:00
4076e2a18b Added clippy::if_not_else to allowed lints. 2021-04-22 20:08:58 +01:00
de556f37da Added an allow of clippy::single_match_else. 2021-04-19 22:48:06 +01:00
5b484eece3 Updated rustfmt.toml. 2021-03-28 21:00:18 +01:00
7cba0aa52c Updated lints and features to 1.52.0-nightly. 2021-03-11 16:01:19 +00:00
9222ef40d6 Changed the Bytes derive to have endianess per-field.
Started using the new derive.
2021-01-24 10:19:22 +00:00
792b1d365c Improved dcb-bytes's documentation and added a derive. 2021-01-24 10:06:49 +00:00
b0921aa93c Removed ByteArray::SIZE.
Added several filesystem entities.
Revised alphabet strings.
2021-01-17 21:26:21 +00:00
147a44e4cd Fixed missing doc links. 2020-10-22 01:02:01 +01:00
8e48e530ab Removed TODO based on currently nightly supporting the feature. 2020-10-21 01:23:02 +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