commit a80407a907ef7c9401f120104663172f6965521a Author: indiv0 Date: Tue Mar 15 13:17:01 2016 -0400 feat: add initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a29d685 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll + +# Executables +*.exe + +# Generated by Cargo +/target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock diff --git a/README.md b/README.md new file mode 100644 index 0000000..998b5d6 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# lazycell +Rust library providing a lazily filled Cell