Skip to content

Commit e70b385

Browse files
committed
doc: add feature list and descriptions.
1 parent c274774 commit e70b385

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# llib - [lesismal](https://github.com/lesismal)'s lib
1+
# llib - [nbio](https://github.com/lesismal/nbio)'s dependency lib.
22

33
[![GoDoc][1]][2] [![MIT licensed][3]][4] [![Go Version][5]][6]
44

@@ -9,4 +9,11 @@
99
[5]: https://img.shields.io/badge/go-%3E%3D1.16-30dff3?style=flat-square&logo=go
1010
[6]: https://github.com/lesismal/llib
1111

12-
Less Is More :smile:
12+
13+
## Features
14+
- [x] Blocking/NonBlocking TLS interface(rewritten from a copy of golang 1.6 std's tls).
15+
16+
17+
## Why this lib?
18+
- [nbio](https://github.com/lesismal/nbio) itself depends on the golang std and llib only and keeps the dependencies clean.
19+
- If new features of [nbio](https://github.com/lesismal/nbio) needs to depend on 3rd libs, it will be implemented in llib too.

0 commit comments

Comments
 (0)