34 Commits

Author SHA1 Message Date
Sosthène Guédon 5ff1b124dd Update changelog for release 0.5.0 0.5.0 2025-09-17 17:14:32 +02:00
Sosthène Guédon aadb20cb86 Use serde_core instead of serde 2025-09-17 17:14:32 +02:00
Sosthène Guédon 39de561b86 Implement the bytes traits 2025-09-17 17:14:32 +02:00
Sosthène Guédon 691d594eda Update to heapless 0.9 2025-09-16 17:40:12 +02:00
Sosthène Guédon 8d13f8117a Use trusted publishing for future releases 2025-09-16 17:34:40 +02:00
Sosthène Guédon 87db3fbdf3 Add changelog for release 0.4 0.4.0 2024-06-20 10:19:55 +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