From 9fec8ed7f94b3eb99979568a25f199bfb406c31d Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 31 Jan 2019 15:09:52 -0500 Subject: [PATCH] add adder project (testing examples) --- .idea/misc.xml | 1 + .idea/rust.iml | 5 + .idea/workspace.xml | 201 +++++++++++++++++++++++--------- adder/Cargo.toml | 7 ++ adder/src/lib.rs | 104 +++++++++++++++++ adder/tests/common/mod.rs | 3 + adder/tests/integration_test.rs | 9 ++ 7 files changed, 278 insertions(+), 52 deletions(-) create mode 100644 adder/Cargo.toml create mode 100644 adder/src/lib.rs create mode 100644 adder/tests/common/mod.rs create mode 100644 adder/tests/integration_test.rs diff --git a/.idea/misc.xml b/.idea/misc.xml index c897734..fee09bd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -19,6 +19,7 @@ + diff --git a/.idea/rust.iml b/.idea/rust.iml index d704567..fca239b 100644 --- a/.idea/rust.iml +++ b/.idea/rust.iml @@ -74,6 +74,11 @@ + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 450a7a3..fed1dab 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -14,19 +14,49 @@ - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -77,6 +107,9 @@ @@ -110,13 +143,20 @@ - + - - + + + + + + + + +