From 0b51083fbe84b0424b8896e9cd7996a2138d3443 Mon Sep 17 00:00:00 2001 From: Xavier Brinon Date: Fri, 9 Feb 2024 21:39:24 +0000 Subject: [PATCH] set readme as org file As it should be. --- .gitignore | 32 +++++++++++++++----------------- README.md | 3 --- README.org | 7 +++++++ 3 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 README.md create mode 100644 README.org 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