mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
94482069a8
Improve parsing of the `ImageCompressionAlgorithm` enum to allow level customization like `zstd(1)`, as strum only takes `Default::default()`, i.e. `None` as the level. Part of #5431