feat: documentation

This commit is contained in:
2026-04-05 15:01:17 -04:00
parent 895daf6002
commit 2cf1847dca
4 changed files with 266 additions and 9 deletions

2
doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package ring implements a generic deque using a circular buffer.
package ring