juno-std-derive 28.0.2

Procedural macros for `juno-std`. This package is a modified copy of the osmosis package - https://github.com/osmosis-labs/osmosis-rust/tree/main/packages/osmosis-std-derive
Documentation
1
2
3
4
5
6
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/struct.rs");
    t.pass("tests/query.rs");
}