Commit Graph

28 Commits

Author SHA1 Message Date
Sosthène Guédon
287bb1ca31 Remove default fature requirement and add an heapless-0.8 feature 2024-06-20 09:50:08 +02:00
Sosthène Guédon
818c08df41 Add more generic conversion routines 2024-06-19 17:21:16 +02:00
Sosthène Guédon
d474649871 Remove outdated APIs 2024-06-19 17:07:47 +02:00
Sosthène Guédon
83f1cb7faa Simplify deserialize implementation 2024-06-19 16:42:25 +02:00
Sosthène Guédon
2dd9b18bb8 Make update of major heapless version a possibly non breaking change 2024-06-19 16:42:25 +02:00
Sosthène Guédon
984bade8c5 Add documentation 2024-06-19 16:42:24 +02:00
Sosthène Guédon
5aa6ea751f Remove cbor feature 2024-06-19 16:41:22 +02:00
Sosthène Guédon
57a15368d7 Remove Deref impl,
Add `From` implementations
2024-06-19 16:41:21 +02:00
Robin Krahl
7840edb274 Add Bytes::increase_capacity method 2024-06-19 16:03:49 +02:00
Robin Krahl
0a0112c275 Add conversions from arrays 2024-06-19 15:59:07 +02:00
Robin Krahl
abe582a117 Add CI workflows 2024-06-19 15:06:55 +02:00
Sosthène Guédon
9d3e7d70d2 Simplify debug printing 2024-06-19 14:31:28 +02:00
Sosthène Guédon
fa56c3d953 Add tests 2024-06-19 14:31:28 +02:00
Sosthène Guédon
5dede6608e Fix tests 2024-06-19 14:31:28 +02:00
Sosthène Guédon
13dec8a674 Remove usage of phantomdata 2024-06-19 14:31:28 +02:00
Sosthène Guédon
5eff70dbef Remove commented-out into_iter (available in the IntoIterator implemenatation) 2024-06-19 14:31:28 +02:00
Sosthène Guédon
3b3060371c Remove commented out code 2024-06-19 14:31:28 +02:00
Sosthène Guédon
869a754b0c Fix clippy warnings
Warning on unit errors is not useful, heapless does the same
2024-06-19 14:31:28 +02:00
Sosthène Guédon
56d66bf7e9 Run cargo fmt 2024-06-19 14:31:28 +02:00
Sosthène Guédon
44c1612df4 Update heapless and remove typenum dependency 2024-06-19 14:31:28 +02:00
Nicolas Stalder
880c97be81 Merge pull request #1 from ycrypto/remove-generic-array
Bump heapless, removing generic-array
0.3.0
2021-06-10 16:46:16 -04:00
Nicolas Stalder
257a0bf649 Bump heapless, removing generic-array 2021-06-10 22:45:31 +02:00
Nicolas Stalder
d543ddb2ff Bump heapless, and hence generic-array. Remove ufmt 2021-02-26 23:50:26 +01:00
Nicolas Stalder
384f415afd Add more methods 2021-02-01 00:13:46 +01:00
Nicolas Stalder
b4e2fa84de Some ergonomics improvements 2020-05-03 02:17:04 +02:00