findfile 0.2.8

An ergonomic way to search for files
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum Opcode {
	LoadConstant(usize),
	ConcatString,
}