# paritytech/scale-decode

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/paritytech-scale-decode).**

9 stars · 3 forks · Rust · Apache-2.0

## Links

- GitHub: https://github.com/paritytech/scale-decode
- awesome-repositories: https://awesome-repositories.com/repository/paritytech-scale-decode.md

## Description

This crate makes it easy to decode SCALE encoded bytes into a custom data structure with the help of a TypeResolver (one of which is a scale_info::PortableRegistry). By using this type information to guide decoding (instead of just trying to decode bytes based on the shape of the target type),…

## Tags

### Part of an Awesome List

- [Developer Tools](https://awesome-repositories.com/f/awesome-lists/devtools/developer-tools.md) — Library for decoding SCALE bytes into custom types.
