##// END OF EJS Templates
util: expose an "available" API on compression engines...
util: expose an "available" API on compression engines When the zstd compression engine is introduced, it won't work in all installations, namely pure Python installs. So, we need a mechanism to declare whether a compression engine is available. We don't want to conditionally register the compression engine because it is sometimes useful to know when a compression engine name or encountered data is valid but just not available versus unknown.

File last commit:

r30435:b86a448a default
r30437:64d72754 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer