solana-tools-lite 0.1.2

A lightweight, SDK-free, offline-first signing toolkit for Solana keys, messages, and transactions.
Documentation
1
2
3
4
5
6
7
8
9
pub mod decoder;
pub mod encoder;
pub mod short_vec;
pub mod instruction_decoder;

pub use decoder::*;
pub use encoder::*;
pub use short_vec::*;
pub use instruction_decoder::*;