Categorygithub.com/fardream/go-bcs
repository
0.7.0
Repository: https://github.com/fardream/go-bcs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-bcs

Binary Canonical Serialization (bcs) for Golang.

Go Reference

Binary Canonical Serialization (bcs) or Libra Canonical Serialization (lcs) is developed for the shuttered libra/diem blockchain project.

BCS target is mainly rust-lang struct, although many move-lang based blockchains use it as serialization format.

Given its root in rust, bcs include many features unavailable in golang (or move-lang), such as enum, option. See go package website for more details.