Add libstd support to Rust BPF (bp #5788) (#5791)

This commit is contained in:
Jack May
2019-09-04 19:02:02 -07:00
committed by GitHub
parent 9d0ed84caa
commit 1e10c43abb
46 changed files with 62 additions and 271 deletions

View File

@@ -1,6 +1,4 @@
//! @brief Solana Rust-based BPF program utility functions and types
#![no_std]
pub mod entrypoint;
pub mod log;