set readme as org file

As it should be.
This commit is contained in:
Xavier Brinon 2024-02-09 21:39:24 +00:00
parent cb85a75262
commit 0b51083fbe
3 changed files with 22 additions and 20 deletions

32
.gitignore vendored
View File

@ -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

View File

@ -1,3 +0,0 @@
# RustBook
https://rust-book.cs.brown.edu/ch01-00-getting-started.html

7
README.org Normal file
View File

@ -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