Skip to content

Commit

Permalink
feat: add initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
indiv0 committed Mar 16, 2016
0 parents commit a80407a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# lazycell
Rust library providing a lazily filled Cell

0 comments on commit a80407a

Please sign in to comment.