ilusm.dev

wire

protobuf-style varints + tags + length-delimited records (no .proto compiler).

Load with: use wire

Quick example

use wire

result = wiret(10, "value")
prn(result)

Functions

Functions

wiret(field_no, wt)

Performs the operation. Takes field_no, wt.

wirev(n)

Performs the operation. Takes n.

wirev(n)

Performs the operation. Takes n.

wirep(sh)

Performs the operation. Takes sh.

wirev(s, i)

Performs the operation. Takes s, i.

wirev(n)

Performs the operation. Takes n.

wirev(s, i)

Performs the operation. Takes s, i.

wirei(n)

Performs the operation. Takes n.

wireu(u)

Performs the operation. Takes u.

wirei(hi, lo)

Performs the operation. Takes hi, lo.

wirel(field_no, payload)

Performs the operation. Takes field_no, payload.

wireu(s, i)

Performs the operation. Takes s, i.

fnwir(n0)

Performs the operation. Takes n0.

fnwir(s, i)

Performs the operation. Takes s, i.

fnwir(fld, n)

Performs the operation. Takes fld, n.

wiren(s, i)

Encodes. Takes s, i.

Notes

  • WireGuard VPN configuration and key management.