diff options
author | Alexander Fokin <apfokin@gmail.com> | 2022-02-10 16:45:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:38 +0300 |
commit | 863a59a65247c24db7cb06789bc5cf79d04da32f (patch) | |
tree | 139dc000c8cd4a40f5659e421b7c75135d080307 /library/README.md | |
parent | f64e95a9eb9ab03240599eb9581c5a9102426a96 (diff) | |
download | ydb-863a59a65247c24db7cb06789bc5cf79d04da32f.tar.gz |
Restoring authorship annotation for Alexander Fokin <apfokin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/README.md')
-rw-r--r-- | library/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/README.md b/library/README.md index fc418bef7b..dc39a211f5 100644 --- a/library/README.md +++ b/library/README.md @@ -8,7 +8,7 @@ library 2. Grouping by any other criteria **SHOULD** be defined by the language committee in `<language>` directory. 3. The library **SHOULD** be in use in at least two projects. - + If you are not sure if you should put some library in `library/`, please contact `<language>` committee or arcadia-wg@yandex-team.ru. 4. The library **SHOULD** be portable. @@ -21,7 +21,7 @@ library 6. Any code in Arcadia (except `contrib/`, `vendor/` and `util/`) **MAY** depend on the `library/`. 7. The library **MUST** be accompanied by `README.md` file and a brief description of the project. - + 8. The library **MUST** be accompanied by unit-tests. 9. CPU- or/and RAM-bound algorithms **SHOULD** provide benchmarks. |