blob: 2f12f555d7e2920dfc55f0856c9280983cce6556 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
// Package bare provides primitives to encode and decode BARE messages.
//
// There is no guarantee that this is compatible with the upstream
// implementation at https://git.sr.ht/~sircmpwn/go-bare.
package bare
|