tin 0.3.0

tin: a statically structurally typed embeddable programming language
Documentation
1
2
3
4
5
6
use specs::Component;
use specs::VecStorage;

#[derive(Clone, Component, Debug)]
#[storage(VecStorage)]
pub struct Location(pub codespan::ByteSpan);