index
:
serde_qs.git
master
patched
Unnamed repository; edit this file 'description' to name the repository.
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ser.rs
Age
Commit message (
Expand
)
Author
2025-03-04
clippy::multiple_bound_locations (#103)
Cyril Plisko
2024-04-07
Fix MSRV (#99)
Sam Scott
2023-03-01
Improve support unit types (#76)
Rudi Floren
2022-07-13
Add a standalone serializer.
Sam Scott
2022-03-05
Add error message hint for strict mode.
Sam Scott
2021-10-01
Remove all default actix features (#53)
Omid Rad
2021-06-09
Support deserializing sequences to a hashmap with keys. (#51)
Sam Scott
2021-06-09
fixes #45 - encoding not working correctly on maps (#47)
Kenaniah Cerny
2020-12-17
Set MSRV to 1.36 and test.
Sam Scott
2020-12-06
Serialize bytes as percent-encoded data.
Sam Scott
2020-12-06
Formatting.
Sam Scott
2020-12-06
Remove extra incorrect replace_spaces in key serialization.
Sam Scott
2020-12-06
Support enum unit variants as map keys (#37)
Pouya Mobasher Behrouz
2020-08-27
Switch from error-chain to thiserror (#33)
Josh Triplett
2020-06-03
Revert to rustfmt defaults.
Sam Scott
2020-06-03
Support actix-web v2 (#30)
Sam Scott
2020-06-03
update percent-encoding
Marc-Antoine Perennou
2019-11-12
Bump version.
Sam Scott
2019-01-23
Run cargo fmt.
Sam Scott
2019-01-21
Minor fixes:
Sam Scott
2017-11-09
Add generic serialize `to_writer` method.
Sam Scott
2017-11-09
Let rustfmt do its thing.
Sam Scott
2017-11-09
Refactor Serialize logic to produce correct strings.
Sam Scott
2017-11-05
Update data-encoding major version
Julien Cretin
2017-05-21
Refactor errors to be of a single type and export it.
Sam Scott
2017-05-21
Add stricter lints.
Sam Scott
2017-05-21
Docs, API and panics.
Sam Scott
2017-05-20
Rewrite of most components.
Sam Scott