Basic groundwork for viperid, a fantasy console
This commit is contained in:
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub type VResult<T> = Result<T, anyhow::Error>;
|
Reference in New Issue
Block a user