Skip to content

Commit

Permalink
remove unsafe method
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Feb 13, 2022
1 parent d0ed051 commit 13fad83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "cogo"
version = "0.1.35"
version = "0.1.36"
edition = "2018"
authors = ["[email protected]", "Xudong Huang <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ massive concurrent programs. It can be thought as the Rust version of the popula
* Support Ticker(like golang)

## Usage

```toml
cogo = "0.1"
```
A naive echo server implemented with Cogo:

```rust
Expand Down

0 comments on commit 13fad83

Please sign in to comment.