tele-macros 0.1.19

Proc-macros for tele bot ergonomics
Documentation
1
2
3
4
5
6
#[test]
fn derive_bot_commands_ui() {
    let tests = trybuild::TestCases::new();
    tests.pass("tests/ui/pass/*.rs");
    tests.compile_fail("tests/ui/fail/*.rs");
}