quic-proto 0.11.16

State machine for the QUIC transport protocol
docs.rs failed to build quic-proto-0.11.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

quic-proto

quic-proto is the low-level QUIC state machine used by quic. It contains no socket or async runtime code.

Most applications should use the high-level quic crate. Use quic-proto directly when integrating QUIC with a custom event loop or building an FFI layer. The main entry points are Endpoint, which routes datagrams, and Connection, which holds the state for one QUIC connection.

API documentation is available on docs.rs.

License

Licensed under the Apache License 2.0.