Crate rustbasic

Source
Expand description

§Rust Basic

RustBasic is a planned development that aims to make Rust easy to learn, teach, and use.

Re-exports§

pub use crate::macros::*;
pub use crate::rename::*;
pub use crate::stopwatch::*;

Modules§

macros
rename
Rust Basic
stopwatch

Macros§

rustbasic_easy
sleeps
stopwatch_start
stopwatch_stop

Functions§

block_on
Run a future to completion on the current thread.

Attribute Macros§

func
function
main
print
start