1 2 3 4 5 6 7 8 9
use ruststream::app; // `#[ruststream::app]` is a bare attribute; it accepts no arguments. #[app(something)] fn build() -> u8 { 0 } fn main() {}