mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
3ef7748e6b
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