solana-program-log 0.0.0

Lightweight log utility for Solana programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "solana_program_log"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight log utility for Solana programs"
edition = "2021"
license = "Apache-2.0"
name = "solana-program-log"
readme = false
version = "0.0.0"