Commit Graph

29 Commits

Author SHA1 Message Date
Sosthène Guédon
cca4eda8a6 Add changelog for release 0.4 2024-06-20 10:18:15 +02:00
Sosthène Guédon
e4f19c10aa Remove default fature requirement and add an heapless-0.8 feature 2024-06-20 09:57:50 +02:00
Sosthène Guédon
744ee80562 Add more generic conversion routines 2024-06-20 09:57:50 +02:00
Sosthène Guédon
00fb4b8944 Remove outdated APIs 2024-06-20 09:57:50 +02:00
Sosthène Guédon
8ada495292 Simplify deserialize implementation 2024-06-20 09:57:50 +02:00
Sosthène Guédon
b7ef67366c Make update of major heapless version a possibly non breaking change 2024-06-20 09:57:50 +02:00
Sosthène Guédon
413930ea2a Add documentation 2024-06-20 09:57:50 +02:00
Sosthène Guédon
0ddac4509d Remove cbor feature 2024-06-20 09:57:50 +02:00
Sosthène Guédon
33277be39c Remove Deref impl,
Add `From` implementations
2024-06-20 09:57:50 +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