-
-
Notifications
You must be signed in to change notification settings - Fork 773
Insights: serde-rs/serde
Overview
Could not load contribution data
Please try again later
4 Releases published by 1 person
10 Pull requests merged by 2 people
-
Implement
IntoDeserializer
for allDeserializer
s inserde::de::value
module#2568 merged
Oct 28, 2024 -
Hygiene for macro-generated newtype struct deserialization with
with
attr#2847 merged
Oct 22, 2024 -
Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
#2845 merged
Oct 22, 2024 -
Collect field ident and aliases into a struct
#2843 merged
Oct 22, 2024 -
Rename field_names_idents -> field_idents_aliases
#2842 merged
Oct 22, 2024 -
Reduce scope of quote_spanned on SerializeWith wrapper
#2841 merged
Oct 22, 2024 -
Ignore needless_lifetimes clippy lint in generated code
#2840 merged
Oct 22, 2024 -
Update ui tests from PR 2558
#2839 merged
Oct 22, 2024 -
Show variant aliases in error message
#2566 merged
Oct 21, 2024 -
Improve error reporting about mismatched signature in
with
anddefault
attributes#2558 merged
Oct 21, 2024
3 Pull requests opened by 3 people
-
add missing visit_enum
#2836 opened
Oct 18, 2024
6 Issues closed by 3 people
-
Consider implementing IntoDeserializer for serde's IntoDeserializer impls
#2498 closed
Oct 28, 2024 -
Deriving `Deserializer` for `T` when it's implemented for `&mut T`
#2850 closed
Oct 28, 2024 -
Serde still causing errors even after 1.0.212
#2846 closed
Oct 22, 2024 -
serde 1.0.211 breaks `with = ""` inside of macros
#2844 closed
Oct 22, 2024 -
Examples/Enum representations says tuple variants can't use internally tagged representation
#2834 closed
Oct 16, 2024 -
[Feature Requst] Enforce sorted fields in serialization and/or deserialization
#2824 closed
Oct 9, 2024
7 Issues opened by 7 people
-
Allow passing a function name to rename_all and rename_all_fields
#2852 opened
Oct 31, 2024 -
Possible to catch conflicting renames?
#2851 opened
Oct 30, 2024 -
Renaming unnamed field of internally tagged enum
#2838 opened
Oct 21, 2024 -
Adding Struct Metadata Support to Serializer/Deserializer Traits
#2835 opened
Oct 17, 2024 -
No way for custom formats to initialize default values.
#2833 opened
Oct 15, 2024 -
Allow `rename_all_fields` for structs as well as enums
#2832 opened
Oct 3, 2024 -
Performance Optimization in `serde_derive` Macro
#2831 opened
Oct 3, 2024
16 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: Extract serde_core out of serde crate
#2608 commented on
Oct 22, 2024 • 5 new comments -
Untagged enums with empty variants (de)serialize in unintuitive ways
#1560 commented on
Oct 4, 2024 • 0 new comments -
impl Serialize for OnceCell
#1952 commented on
Oct 21, 2024 • 0 new comments -
Support adjacently tagged enum but with content name equals to tag
#2677 commented on
Oct 24, 2024 • 0 new comments -
Optimize internally tagged enums -- do not use internal buffer if tag is the first field
#1922 commented on
Oct 25, 2024 • 0 new comments -
Add ability to deserialize enums from `SeqAccessDeserializer`
#2445 commented on
Oct 22, 2024 • 0 new comments -
Fix incorrect representation of tuples with skipped fields
#2520 commented on
Oct 25, 2024 • 0 new comments -
UPDATED: Integer/boolean tags for internally/adjacently tagged enums
#2525 commented on
Oct 28, 2024 • 0 new comments -
Disallow tuple variants with incorrect order of `#[serde(default)]` attributes
#2561 commented on
Oct 25, 2024 • 0 new comments -
Add checks for conflicts for aliases
#2562 commented on
Oct 25, 2024 • 0 new comments -
Do not generate unique `__Field` for each struct
#2564 commented on
Oct 25, 2024 • 0 new comments -
Exhaustive internally tagged tests support of internally tagged enums in non self-describing formats
#2569 commented on
Oct 22, 2024 • 0 new comments -
Add support for 128-bit integers in flatten structs and internally tagged enums
#2781 commented on
Oct 22, 2024 • 0 new comments -
Fix roundtrip of flatten externally tagged enum unit variant
#2786 commented on
Oct 25, 2024 • 0 new comments -
Emit an error if a variant of an untagged enum is annoted with `#[serde(rename)]` or `#[serde(alias)]`
#2797 commented on
Oct 12, 2024 • 0 new comments -
Always delegate returning errors to the Visitor from Content[Ref]Deserializer
#2811 commented on
Oct 22, 2024 • 0 new comments