Files
2023-01-10 12:29:58 -08:00

5 lines
217 B
Go

// Package leb128 provides encoders and decoders for The Little Endian Base 128 format.
// The Little Endian Base 128 format is defined in the DWARF v4 standard,
// section 7.6, page 161 and following.
package leb128