-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# go-bcs | ||
Binary Canonical Serialization (BCS) for Golang | ||
|
||
Binary Canonical Serialization (bcs) for Golang. | ||
|
||
[![Go Reference](https://pkg.go.dev/badge/github.com/fardream/go-bcs.svg)](https://pkg.go.dev/github.com/fardream/go-bcs) | ||
|
||
Binary Canonical Serialization (bcs) or Libra Canonical Serialization (lcs) is developed | ||
for the shuttlered [libra/diem](https://www.diem.com/) blockchain project. | ||
|
||
Its target is mainly rust-lang struct, although many [move-lang](https://github.com/move-language/move) based | ||
blockchains use it as serialization format. | ||
|
||
Given its root in rust, bcs include many structs are unavailable in golang (or move-lang), such as enum, option. See [go package website](https://pkg.go.dev/github.com/fardream/go-bcs) for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters