Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Panda committed Aug 2, 2023
1 parent f0b2163 commit bbc48b8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ A pure rust-implemented turn server, different from coturn, provides a more flex
## Table of contents

* [features](#features)
* [crates](#crates)
* [usage](#usage)
* [docker](#docker)
* [linux service](#linux-service)
Expand All @@ -51,16 +50,6 @@ A pure rust-implemented turn server, different from coturn, provides a more flex
[`controller-api`]: https://github.com/mycrl/turn-rs/wiki/Controller-API-Reference
[`hooks-api`]: https://github.com/mycrl/turn-rs/wiki/Hooks-API-Reference

## Crates

* [`stun`], fast and zero-cost stun message decoder and encoder. <sup>([`crate`](https://crates.io/crates/faster-stun))</sup>.
* [`turn`], a library for handling turn sessions. <sup>([`crate`](https://crates.io/crates/turn-rs))</sup>.
* [`turn-server`], implementation of turn server based on turn library.

[`stun`]: https://github.com/mycrl/turn-rs/tree/main/stun
[`turn`]: https://github.com/mycrl/turn-rs/tree/main/turn
[`turn-server`]: https://github.com/mycrl/turn-rs/tree/main/turn-server


## Usage

Expand Down

0 comments on commit bbc48b8

Please sign in to comment.