make argus the common crate
This commit is contained in:
parent
0df9aba559
commit
db3a63f9e1
1 changed files with 4 additions and 13 deletions
|
|
@ -1,14 +1,5 @@
|
|||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let result = add(2, 2);
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
pub mod prelude {
|
||||
pub use argus_core::prelude::*;
|
||||
pub use argus_parser::parse_str;
|
||||
pub use argus_semantics::{BooleanSemantics, QuantitativeSemantics, Trace};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue