cardano-serialization-lib

Crates.iocardano-serialization-lib
lib.rscardano-serialization-lib
version12.0.0-beta.2
sourcesrc
created_at2021-01-12 03:33:28.899563
updated_at2024-07-02 15:04:32.53139
description(De)serialization functions for the Cardano blockchain along with related utility functions
homepage
repositoryhttps://github.com/Emurgo/cardano-serialization-lib
max_upload_size
id340698
size1,965,284
Evgenii Lisitskii (lisicky)

documentation

https://docs.cardano.org/cardano-components/cardano-serialization-lib

README

Cardano Serialization Lib

This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.

NPM packages
NPM packages with GC support

Note: This package uses weak references flag from wasm-bindgen. It uses FinalizationRegistry under the hood to automatically call "free" for each CSL struct when it is no longer needed. However, use this feature with caution as it may have unpredictable behaviors.

Rust crates
Mobile bindings

Documentation

You can find documentation here

Commit count: 1047

cargo fmt