diff options
author | dvorkanton <dvorkanton@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb (patch) | |
tree | 19b21fdcf9ef01e0c94a15434fb08a4a555a79e9 /library/cpp/blockcodecs/README.md | |
parent | fc361854fd6ee8d747229b090f0b8018e260d1fb (diff) | |
download | ydb-ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb.tar.gz |
Restoring authorship annotation for <dvorkanton@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/blockcodecs/README.md')
-rw-r--r-- | library/cpp/blockcodecs/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/blockcodecs/README.md b/library/cpp/blockcodecs/README.md index 417917a475b..e59beab023d 100644 --- a/library/cpp/blockcodecs/README.md +++ b/library/cpp/blockcodecs/README.md @@ -15,9 +15,9 @@ Streaming ========= Use `stream.h` to obtain simple streams over block codecs (buffer data, compress them by blocks, write to the resulting stream). - -Using codec plugins -=================== -If you don't want your code to bloat from unused codecs, you can use the small version of the + +Using codec plugins +=================== +If you don't want your code to bloat from unused codecs, you can use the small version of the library: `library/cpp/blockcodecs/core`. In that case, you need to manually set `PEERDIR()`s to needed codecs (i.e. `PEERDIR(library/cpp/blockcodecs/codecs/lzma)`). |