Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 241 Bytes | |
ruma-common 0.15.4 source code.tar.gz | 2025-07-08 | 760.1 kB | |
ruma-common 0.15.4 source code.zip | 2025-07-08 | 1.3 MB | |
Totals: 3 Items | 2.0 MB | 6 |
Bug fix:
- Fix
serde::default_on_error
deserialization helper. It was working withserde_json::from_value
but not other functions likeserde_json::from_(str/slice)
. It now works with all 3 methods but is limited to deserializing JSON.