Commit Graph

137 Commits

Author SHA1 Message Date
ridiculousfish
2490824036 Tighten up some language around ASCII
This commit attempts to clarify some language around char. It drops
mentions of ASCII and tries to make the language around u8<->char
more clear.
2020-07-23 02:29:22 -07:00
Dhghomon
4048fcb6fe
Add inclusive range syntax (..=) 2020-07-23 18:15:58 +09:00
Dhghomon
07568b0d08
reorder that 2020-07-23 17:36:19 +09:00
Dhghomon
53036e7274
See if this makes a table of contents 2020-07-23 17:35:42 +09:00
Dhghomon
51acc757ad
Merge pull request #2 from JuanPotato/patch-1
Fix RC header
2020-07-23 16:20:05 +09:00
Hasan
10d126b313
Fix RC header 2020-07-23 00:15:50 -07:00
Dhghomon
ae10226d20
Rephrase that 2020-07-23 15:14:01 +09:00
Dhghomon
01cb607a37
Enums to trick the compiler 2020-07-23 15:12:18 +09:00
Dhghomon
5fc2662967
Merge pull request #1 from sudo-nice/master
Some quick fixes
2020-07-23 14:13:20 +09:00
Sudo Nice
20466302ac Fix two arrays type comparison 2020-07-23 08:05:14 +03:00
Sudo Nice
5307d4aa32 Fix a typo 2020-07-23 08:02:54 +03:00
Sudo Nice
7476860f66 Fix formatting 2020-07-23 07:52:53 +03:00
Dhghomon
e8bc11061f
Some more on match 2020-07-23 13:41:56 +09:00
Dhghomon
f13cb9bf5a
More on match 2020-07-23 13:20:25 +09:00
Dhghomon
4ff4bf0824
Add Cow 2020-07-22 21:21:22 +09:00
Dhghomon
9494af328e
Channels 2020-07-22 20:28:40 +09:00
Dhghomon
8b7797700f
vec of join handles 2020-07-22 12:43:13 +09:00
Dhghomon
8bc9f4ea41
Add note 2020-07-22 12:31:56 +09:00
Dhghomon
6fb8806bb4
Arc Mutex in threads 2020-07-22 12:30:56 +09:00
Dhghomon
987a30dbe5
Rephrase a bit 2020-07-22 11:13:12 +09:00
Dhghomon
00876e5148
Move dot operator to under Struct intro 2020-07-21 20:10:40 +09:00
Dhghomon
42c7a7b2eb
Destructuring 2020-07-21 20:09:05 +09:00
Dhghomon
8399f6f6cd
Adding value after break 2020-07-21 19:08:58 +09:00
Dhghomon
b37bd7bb5f
Unitialized variables 2020-07-21 18:59:10 +09:00
Dhghomon
ccfe1e578f
More on lifetimes 2020-07-21 15:00:36 +09:00
Dhghomon
9bfa3a92e1
.into() for vecs 2020-07-21 14:13:27 +09:00
Dhghomon
af47700b6a
Ways to make a String 2020-07-21 14:09:06 +09:00
Dhghomon
91e3cdf0f7
Implementing AsRef<str> 2020-07-21 13:51:06 +09:00
Dhghomon
4a3a0e9450
Start multiple threads 2020-07-20 13:31:26 +09:00
Dhghomon
a5ad0d7b4a
|_| in closures 2020-07-20 12:28:02 +09:00
Dhghomon
e3b81c7815
Start RwLock 2020-07-20 12:13:02 +09:00
Dhghomon
44cfcfed9c
Start RefCell, Mutex 2020-07-20 11:54:56 +09:00
Dhghomon
771d5860db
Start Rc 2020-07-19 18:58:05 +09:00
Dhghomon
c9f9f55dab
+ u32 for unsigned integers 2020-07-19 15:25:58 +09:00
Dhghomon
1108a85a57
Typo 2020-07-19 00:57:12 +09:00
Dhghomon
b25dcfab5f
todo! macro 2020-07-18 22:49:10 +09:00
Dhghomon
38475d6b90
Minor rewriting 2020-07-18 21:39:02 +09:00
Dhghomon
4047f77821
Minor rewriting 2020-07-18 21:26:11 +09:00
Dhghomon
749f165f1b
Small rewrites 2020-07-18 21:17:55 +09:00
Dhghomon
62e5da1cd8
Format a bit 2020-07-18 20:22:21 +09:00
Dhghomon
01f656125b
Type aliases and importing enums 2020-07-18 20:20:45 +09:00
Dhghomon
b734b2e35e
Start interior mutability 2020-07-18 15:29:10 +09:00
Dhghomon
36d35d1c6a
Implementing Iterator 2020-07-18 14:35:27 +09:00
Dhghomon
f7d824ae48
More on iterators 2020-07-17 19:28:26 +09:00
Dhghomon
bd5d71191a
Types of &str, start lifetimes 2020-07-17 13:35:31 +09:00
Dhghomon
3f2c648379
dbg! and .inspect 2020-07-17 12:21:33 +09:00
Dhghomon
2230d16d6b
Dot operator 2020-07-17 11:46:02 +09:00
Dhghomon
8e0e2889ba
const and static 2020-07-16 23:53:50 +09:00
Dhghomon
c3faf24c10
More on closures and iterators 2020-07-16 23:12:15 +09:00
Dhghomon
22def99013
Rewrite a bit 2020-07-16 21:46:26 +09:00