putils 0.1.1-rc1

Utilities for writing Solana programs with the pinocchio framework
Documentation
1
2
3
4
5
6
7
//! putils provides utilities for working with the pinocchio framework

pub mod account;
pub mod discriminator;
pub mod instruction_packer;
pub mod processor;
pub mod uint;