Open
Description
The current module uses three IntEnum
s to define options for Zstandard. https://github.com/emmatyping/cpython/blob/zstd/Lib/compression/zstd/__init__.py#L184-L246
Should the API be kept as CParameter/DParameter? Should those be converted into constants on the module?
Regardless of what method is chosen, it needs to be documented.