Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jxsl13 committed Jul 5, 2024
1 parent 9c41621 commit e565a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# varint

[![Go Reference](https://pkg.go.dev/badge/github.com/teeworlds-go/varint.svg)](https://pkg.go.dev/github.com/teeworlds-go/varint) [![Go Report Card](https://goreportcard.com/badge/github.com/teeworlds-go/varint)](https://goreportcard.com/report/github.com/teeworlds-go/varint)

varint is a simple variable-length integer encoding. It is a way to store integers in a space-efficient manner.
This variant of varint is space efficient for small integers and is used in the Teeworlds network protocol.

Expand Down

0 comments on commit e565a78

Please sign in to comment.