pub struct Aursen {
role: &'static str,
stack: Vec<&'static str>,
focus: &'static str,
coffee: u32,
}
impl Default for Aursen {
fn default() -> Self {
Self {
role: "Software Engineer",
stack: vec!["Rust", "spbf asm"],
focus: "high-performance on-chain systems",
coffee: u32::MAX,
}
}
}- 🔭 Building things on Solana with Rust
- 🧪 Exploring LiteSVM, Pinocchio, and squeezing every CU
- 📚 Always reading: kernel internals, distributed systems, zero-copy tricks
- ⚡ Fun fact: I'd rather rewrite it in Rust




