sbe

package
v0.0.0-...-575026b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

package sbe implements simple binary encoding formats for serializing and deserializing data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendLP

func AppendLP(out []byte, x []byte) []byte

func AppendUVarint

func AppendUVarint(out []byte, x uint64) []byte

func ReadLP

func ReadLP(x []byte) ([]byte, []byte, error)

func ReadUVarint

func ReadUVarint(x []byte) (uint64, []byte, error)

func ReadUint32

func ReadUint32(x []byte) (uint32, []byte, error)

func Uint64Bytes

func Uint64Bytes(x uint64) []byte

Uint64Bytes returns x as bytes in little endian order.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL