1 2 3 4 5 6 7 8 9 10
// Copyright 2022-2024 Gabriel Bjørnager Jensen. mod run; pub struct App; impl App { #[must_use] pub fn new() -> Self { Self } }