concordium-std 10.1.0

A standard library for writing smart contracts for the Concordium blockchain in Rust.
Documentation
1
2
3
4
5
6
//! Test that the debug macro generates compilable code.
#[test]
fn dbg() {
    let t = trybuild::TestCases::new();
    t.pass("tests/dbg/success.rs");
}