package
0.0.0-20240605145135-70feac92938f
Repository: https://github.com/getstream/quic-go.git
Documentation: pkg.go.dev
# Functions
Append appends i in the QUIC varint format.
AppendWithLen append i in the QUIC varint format with the desired length.
Len determines the number of bytes that will be needed to write the number i.
NewReader returns a Reader for r.
NewWriter returns a Writer for w.
Parse reads a number in the QUIC varint format.
Read reads a number in the QUIC varint format from r.