31 Commits
Author SHA1 Message Date
Sosthène Guédon 432a7a26ed Rename Skip::None to Skip::Never 2025-06-02 11:03:03 +02:00
Sosthène Guédon 0d2c6910ff Update changelog 2025-06-02 10:58:20 +02:00
Sosthène Guédon cfe2dafe5e Allow skipping incrementing when using skip 2025-06-02 10:58:20 +02:00
Sosthène Guédon 6c2e0be1f9 Add support for serde(skip) 2025-06-02 10:58:20 +02:00
Sosthène Guédon ac81337193 Add support for serde(skip) in skip_serializing_if 2025-06-02 10:57:58 +02:00
Robin Krahl 031c0b2029 Remove unnecessary lifetime annotations
This fixes a clippy lint.
2025-06-01 22:34:30 +02:00
Sosthène Guédonandsosthene-nitrokey bec7429f8b Fix #2
This patch adds tests based on `serde_test`. These tests helped showcase
the bug that leads to https://github.com/trussed-dev/serde-indexed/issues/2
2025-05-26 10:52:00 +02:00
Sosthène Guédonandsosthene-nitrokey 7a344caa11 Add full support for generics 2025-05-26 10:52:00 +02:00
Sosthène Guédonandsosthene-nitrokey a0186f4a63 Keep full generics data 2025-05-26 10:52:00 +02:00
Robin Krahl 1f4f26a23d Remove unused fields and lifetimes
This fixes some compiler warnings and clippy lints.
2025-02-17 00:00:02 +01:00
Robin Krahl 4c77395939 Add CI workflow 2025-02-16 23:57:44 +01:00
Robin Krahl c10f5f1be6 Release v0.1.1 0.1.1 2024-04-03 15:29:06 +02:00
Sosthène Guédonandsosthene-nitrokey d95cbe064e Update edition 2023-11-24 15:19:47 +01:00
Sosthène Guédonandsosthene-nitrokey c828e834e7 Use proper spanned errors 2023-11-24 14:24:23 +01:00
Sosthène Guédonandsosthene-nitrokey a3f16a3bf2 Migrate to syn2 2023-11-24 14:24:23 +01:00
Sosthène Guédonandsosthene-nitrokey cd7f1c9102 Use multiple lifetimes in test 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey 2eefedf15a Add tests from #1 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey b1c9c6e92c Simplify lifetime management 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey 1d0c99e8a1 Add tests for zero-copy deserialization 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey 813c25b503 Simplify tests 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey 3a71998d07 Update heapless dev-dependency 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey 056374115f Add support for lifetimes 2023-11-24 13:55:53 +01:00
Sosthène Guédonandsosthene-nitrokey dd33ec9572 Fix clippy warnings 2023-11-24 13:50:57 +01:00
Nicolas Stalder 2869ddf662 Do a 0.1.0 release 0.1.0 2021-02-01 00:20:22 +01:00
Nicolas Stalder 9c3f28e825 Implement DeserializeIndexed for empty structs too 0.0.4 2020-03-27 02:59:27 +01:00