tidos_macro 0.7.2

Procedural macros for the Tidos component framework.
Documentation
1
2
3
4
5
6
use crate::tokens::Content;

#[derive(Debug)]
pub struct Component {
	pub children: Vec<Content>,
}