tidos 0.7.0

Tidos is a component framework that can be served by any web framework.
Documentation
1
2
3
4
pub(crate) use crate::page::Page;
pub trait Component {
	fn to_render(&self, page: &mut Page) -> String;
}