set readme as org file
As it should be.
This commit is contained in:
parent
cb85a75262
commit
0b51083fbe
32
.gitignore
vendored
32
.gitignore
vendored
@ -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; -*-
|
# -*- mode: gitignore; -*-
|
||||||
*~
|
*~
|
||||||
\#*\#
|
\#*\#
|
||||||
@ -65,3 +48,18 @@ flycheck_*.el
|
|||||||
/network-security.data
|
/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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# RustBook
|
|
||||||
|
|
||||||
https://rust-book.cs.brown.edu/ch01-00-getting-started.html
|
|
7
README.org
Normal file
7
README.org
Normal 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
|
Loading…
Reference in New Issue
Block a user