Skip to content

Commit 18259b6

Browse files
committed
docs: added description to lib.rs
Signed-off-by: Jad K. Haddad <jadkhaddad@gmail.com>
1 parent e237749 commit 18259b6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http-body-util = "0.1.3"
3333
bytes = "1.10.1"
3434
hyper = "1.6.0"
3535
futures = "0.3.31"
36-
hyper-util = "0.1.14"
36+
hyper-util = "0.1.15"
3737

3838
[profile.release]
3939
opt-level = 3

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
`zerocopy`, `async`, `no_std` and [`autobahn`](https://github.com/crossbario/autobahn-testsuite) compliant `websockets` implementation.
1212

13-
## WIP
14-
1513
## License
1614

1715
Licensed under either of

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! `zerocopy`, `async`, `no_std` and [`autobahn`](https://github.com/crossbario/autobahn-testsuite) compliant `websockets` implementation.
2+
13
#![no_std]
24
#![deny(missing_debug_implementations)]
35
// #![deny(missing_docs)]

0 commit comments

Comments
 (0)