| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gloo-utils 0.3.0 source code.tar.gz | 2026-03-25 | 495.2 kB | |
| gloo-utils 0.3.0 source code.zip | 2026-03-25 | 582.5 kB | |
| README.md | 2026-03-25 | 233 Bytes | |
| Totals: 3 Items | 1.1 MB | 0 | |
MSRV updated to 1.82
Fixes
JsError::try_fromno longer panics when given aJsValuethat is neither ajs_sys::Errornor string-coercible. It now falls back to a placeholder message instead of crashing. (#488) by @ranile