leo-std 4.2.0

Embedded Leo standard library source
Documentation
1
2
3
4
5
// Dummy submodule used to verify std submodule wiring end-to-end.

fn dummy_u32(x: u32) -> u32 {
    return x;
}