axor-macros 0.1.1

Core of the Axor framework: agent-based business logic with typed operations and injection.
Documentation
1
2
3
4
5
use proc_macro::TokenStream;

pub fn mark_operation(item: TokenStream) -> TokenStream {
    item
}