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 | 110a978b66fe6c0916572df51cfead2a9b647174 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/blockcodecs/README.md | |
parent | ce1ca0f8ad5b8231d32b35629f85bb09beea1bfb (diff) | |
download | ydb-110a978b66fe6c0916572df51cfead2a9b647174.tar.gz |
Restoring authorship annotation for <dvorkanton@yandex-team.ru>. Commit 2 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 e59beab023..417917a475 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)`). |