Skip to content

Binary Canonical Serialization (BCS) for Golang

License

Notifications You must be signed in to change notification settings

fardream/go-bcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.