Skip to content

Commit

Permalink
Update README.md to say "see examples for usage" with link.
Browse files Browse the repository at this point in the history
  • Loading branch information
kettle11 authored and djc committed Jun 27, 2023
1 parent 790ff72 commit b30711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Quinn is a pure-rust, async-compatible implementation of the IETF [QUIC][quic] t

## Overview

- **quinn:** High-level async API based on tokio, see for usage. This will be used by most developers. (Basic benchmarks are included.)
- **quinn:** High-level async API based on tokio, see [examples][examples] for usage. This will be used by most developers. (Basic benchmarks are included.)
- **quinn-proto:** Deterministic state machine of the protocol which performs [**no** I/O][sans-io] internally and is suitable for use with custom event loops (and potentially a C or C++ API).
- **quinn-udp:** UDP sockets with ECN information tuned for the protocol.
- **bench:** Benchmarks without any framework.
Expand Down

0 comments on commit b30711f

Please sign in to comment.