updated docs

This commit is contained in:
Michele Caini 2016-07-19 15:09:56 +02:00
parent 6a78831d65
commit 67811ccbfc

View File

@ -1,6 +1,6 @@
# uvw
**Please, note that `uvw` is still a work in progress**.
**Please, note that `uvw` is almost done, but it lacksa proper test suite**.
`uvw` is a header-only, event based, tiny and easy to use C++ wrapper for *libuv*.
The basic idea is to hide completely the *C-ish* interface of *libuv* behind a graceful C++ API. Currently, no `uv_*_t` data structure is actually exposed by the library.