dbent-derive 0.1.0

Dbent procedural macros
Documentation
1
2
3
4
5
6
use dbent::prelude::*;

#[derive(Entity)]
struct Test(Key<Int>, String);

fn main() {}