Expand description
A small utility crate for parsing solana logs
Re-exports§
pub use error::LogParseError;
pub use parsed_log::ParsedLog;
pub use raw_log::RawLog;
pub use structured_log::parsed::ParsedStructuredLog;
pub use structured_log::raw::RawStructuredLog;
Modules§
Functions§
- quick_
pubkey_ check - A small utility function to check if a string is a valid Solana public key.