Skip to content

Commit

Permalink
Add references to OpenCollective
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Apr 26, 2024
1 parent 76b9099 commit af30cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_collective: quinn-rs
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE)

Quinn is a pure-rust, async-compatible implementation of the IETF [QUIC][quic] transport protocol.
Quinn is a pure-Rust, async-compatible implementation of the IETF [QUIC][quic] transport protocol.
The project was founded by [Dirkjan Ochtman](https://github.com/djc) and
[Benjamin Saunders](https://github.com/Ralith) as a side project in 2018, and has seen more than
30 releases since then. If you're using Quinn in a commercial setting, please consider
[sponsoring](https://opencollective.com/quinn-rs) the project.

## Features

Expand Down Expand Up @@ -108,12 +112,6 @@ the variable.
The minimum supported Rust version for published releases of our
crates will always be at least 6 months old at the time of release.

## Authors

* **Dirkjan Ochtman** - *Project owner & founder*
* **Benjamin Saunders** - *Project owner & founder*
* **Jean-Christophe Begue** - *Project collaborator, author of the HTTP/3 Implementation*

[quic]: https://quicwg.github.io/
[issues]: https://github.com/djc/quinn/issues
[rustls]: https://github.com/ctz/rustls
Expand Down

0 comments on commit af30cbd

Please sign in to comment.