upgate-presentation 0.1.1

Keep globally installed developer tools up to date
Documentation
1
2
3
4
5
const SPINNER: &[&str] = &["", "", "", "", "", "", "", "", "", ""];

pub const fn spinner_frame(spinner_tick: usize) -> &'static str {
    SPINNER[spinner_tick % SPINNER.len()]
}