Crates.io | cardano-serialization-lib |
lib.rs | cardano-serialization-lib |
version | 13.1.0 |
source | src |
created_at | 2021-01-12 03:33:28.899563 |
updated_at | 2024-10-16 08:15:22.392336 |
description | (De)serialization functions for the Cardano blockchain along with related utility functions |
homepage | |
repository | https://github.com/Emurgo/cardano-serialization-lib |
max_upload_size | |
id | 340698 |
size | 2,110,885 |
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.
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.
You can find documentation here