latchlm-macros 0.1.0

Macros for LatchLM
Documentation
1
2
3
4
5
6
7
8
9
#![allow(unused)]

use latchlm_core::AiModel;
use latchlm_macros::AiModel;

#[derive(AiModel)]
struct Model;

fn main() {}