-
a33a5e80a4
Update to syn 2
master
Jika
2025-10-30 16:41:02 +01:00
-
ce1fb4a11e
Add support for optional enum field
Jika
2025-10-30 16:03:58 +01:00
-
477254f27c
silence another warning
Yuki Sireneva
2024-10-22 11:13:30 +03:00
-
f14a34b94e
Formatting, clippy, new rust, more correct reexports, TESTS PASSING on nightly (Mar 27)
Yuki Sireneva
2024-04-03 18:04:51 +03:00
-
21418730e1
Disable clippy lint for large function, bump patch number
etwyniel
2019-11-19 15:20:08 +01:00
-
8aa9a5cc2d
Formatting
etwyniel
2019-11-19 11:25:26 +01:00
-
d78ff70caa
Add src/bin/ to .gitignore
etwyniel
2019-11-19 11:08:34 +01:00
-
ed8f841729
Factor out ident and name retrieval
etwyniel
2019-11-19 11:07:01 +01:00
-
d85b6a796b
Add build badge
etwyniel
2019-11-18 16:41:23 +01:00
-
4a4ed4ea5c
Add workflow
Aymeric Beringer
2019-11-18 16:29:33 +01:00
-
48352c270f
Update README, add section on limitations, update TODO
etwyniel
2019-11-18 16:28:01 +01:00
-
85ef6579f3
Bump version number
etwyniel
2019-11-18 16:23:35 +01:00
-
479533ad17
Add support for deserializing internally tagged enums
etwyniel
2019-11-18 16:23:21 +01:00
-
48f995f2ac
Add link to documentation in Cargo.toml
etwyniel
2019-11-18 15:07:40 +01:00
-
2944efd3f9
Bump version number
etwyniel
2019-11-18 14:58:30 +01:00
-
263cd46234
Add support for deserializing adjacently tagged enums
etwyniel
2019-11-18 14:57:36 +01:00
-
8dd5d9f959
Fix license field in Cargo.toml
etwyniel
2019-11-18 13:01:37 +01:00
-
87cadcd9db
Fix readme field in Cargo.toml
etwyniel
2019-11-18 13:00:07 +01:00
-
7462190028
Add description, license, readme, repository and keywords keys to Cargo.toml
etwyniel
2019-11-18 12:59:20 +01:00
-
c3c7792bca
Add license information
etwyniel
2019-11-18 11:41:49 +01:00
-
307d0239c6
Fix header sizes in README
etwyniel
2019-11-18 11:37:02 +01:00
-
7a0a9722d0
Add readme
etwyniel
2019-11-18 11:35:04 +01:00
-
5990bba62c
Formatting
etwyniel
2019-11-18 11:15:14 +01:00
-
b7993b516e
Full support for deserializing externally tagged enums
etwyniel
2019-11-18 11:04:11 +01:00
-
6db11c37cb
Support deserializing tuple variants with a single field in externally tagged enums
etwyniel
2019-11-18 10:36:31 +01:00
-
81567f15e8
Add partial deserialization support Only externally tagged, only named fields or unit variants
etwyniel
2019-11-18 09:38:51 +01:00
-
63d972ab12
Remove extra-traits from syn dependency
etwyniel
2019-10-21 11:18:14 +02:00
-
7052150535
Support generic enums, tuple variants with one field are not serialized as Seq
Aymeric Beringer
2019-10-15 13:09:04 +02:00
-
c0a1b3a242
Refactor tuple variant serialization, support tuple variant in externally tagged enum
Aymeric Beringer
2019-10-14 17:13:26 +02:00
-
6ddeac2461
Implement serialization for untagged unnamed variants
Aymeric Beringer
2019-10-11 17:04:06 +02:00
-
a9c218d131
Remove unused type Variant
Aymeric Beringer
2019-10-11 16:34:23 +02:00
-
353d0c07d4
Implement serialization for unit variants and named variants
Aymeric Beringer
2019-10-11 16:32:09 +02:00