algonaut_encoding 0.6.0

Encoding utilities for the Algorand blockchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Manuel Mauro <manuel.mauro@protonmail.com>", "Ivan Schuetz <ivanhp978@gmail.com>",]
description = "Encoding utilities for the Algorand blockchain."
edition = "2024"
keywords = ["Algorand", "sdk"]
license = "MIT OR Apache-2.0"
name = "algonaut_encoding"
repository = "https://github.com/manuelmauro/algonaut"
version = "0.6.0"

[dependencies]
data-encoding = { workspace = true }
serde = { workspace = true }