We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c299a14 commit 44d9736Copy full SHA for 44d9736
.gitignore
@@ -1,6 +1,6 @@
1
# Generated by Cargo
2
# will have compiled files and executables
3
-/target/
+target/
4
5
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
core/src/lib.rs
@@ -0,0 +1 @@
+pub mod number;
0 commit comments