1 2 3 4 5 6 7 8 9 10 11 12 13 14
# vaz_lib This is my awesome crate Here goes some other description of what it is and what is does ## Examples ```rust fn sum2(n1: i32, n2: i32) -> i32 { n1 + n2 } ``` License: MIT OR Apache-2.0