Age | Commit message (Collapse) | Author |
|
Simplify `ser` logic, and expand `de` functionality.
|
|
|
|
|
|
|
|
This finishes the work to upgrade to serde 1.0.
Thanks to @kardeiz for starting the work in issue #3.
This also clairifies how enums work with serde_qs: only
with adjacently tagged enums for the time being.
|
|
|
|
|
|
Add docs for `Config`.
|
|
|
|
|
|
|
|
|
|
Need to fix sequences.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Floats are supported so...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to serialize sequences of Option<(K, V)> values.
|
|
|
|
Opaque struct tuples leak their arity.
|
|
|
|
|
|
|
|
No idea how that ended up there.
|
|
While at it, create Serializer::new to actually instantiate it.
|
|
|