mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Initial commit
This commit is contained in:
commit
1715dfb584
8 changed files with 516 additions and 0 deletions
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use {
|
||||
std::{
|
||||
error::Error,
|
||||
},
|
||||
};
|
||||
|
||||
pub type Result<T=()> = std::result::Result<T, Box<dyn Error>>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue