# README
blockcodecs
This library provides compression format compatible with library/cpp/blockcodecs.
It should be used for interop with existing C++ systems at Yandex.
You should now use this format in new projects, because of it inherent flaws.
You absolutely MUST NOT use this format in publicly (outside of Yandex) facing endpoint.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
FindCodecByName returns codec by name.
No description provided by the author
NewDecoder creates decoder that supports input in any of registered codecs.
NewDecoderCodec creates decode that tries to decode input using provided codec.
No description provided by the author
No description provided by the author
Register new codec.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author