diff --git a/.gitignore b/.gitignore index 964cada..8584dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,3 @@ -# ---> Rust -# Generated by Cargo -# will have compiled files and executables -debug/ -target/ - -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - -# These are backup files generated by rustfmt -**/*.rs.bk - -# MSVC Windows builds of rustc generate these, which store debugging information -*.pdb - -# ---> Emacs # -*- mode: gitignore; -*- *~ \#*\# @@ -65,3 +48,18 @@ flycheck_*.el /network-security.data +# ---> Rust +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb diff --git a/README.md b/README.md deleted file mode 100644 index d65f361..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# RustBook - -https://rust-book.cs.brown.edu/ch01-00-getting-started.html \ No newline at end of file diff --git a/README.org b/README.org new file mode 100644 index 0000000..3b8bcda --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +#+title: RustBook +#+author: HaQadosch Berraka +#+date: [2024-02-09 Fri] +#+startup: indent + +#+link: ch01 https://rust-book.cs.brown.edu/ch01-00-getting-started.html +* Chapter 01