File: README.md

package info (click to toggle)
golang-github-rs-xid 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
# Bytes storage

This subpackage is there to allow storage of XIDs in a binary format in, for example, a database.
It allows some data size optimisation as the 12 bytes will be smaller to store than a string.