Commit Graph

329 Commits

Author SHA1 Message Date
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
Dhghomon
d63c018e35
Code blocks in closures 2020-07-16 14:47:55 +09:00
Dhghomon
2cfe5e055d
Start functional style and closures 2020-07-16 14:20:03 +09:00
Dhghomon
d96f7c2d89
Move up 2020-07-16 13:29:09 +09:00
Dhghomon
7d23695084
More on unwrap, etc. 2020-07-16 13:24:25 +09:00
Dhghomon
516a56575a
panic! macro 2020-07-15 20:22:56 +09:00
Dhghomon
de2764f528
Question mark operator 2020-07-15 19:55:13 +09:00
Dhghomon
3a62e33858
if let, while let 2020-07-15 15:49:45 +09:00
Dhghomon
9815c246f8
impl Display example 2020-07-15 13:32:44 +09:00
Dhghomon
22f7881799
Start traits 2020-07-15 13:08:27 +09:00
Dhghomon
a7c026d38f
Start Result 2020-07-15 11:55:37 +09:00
Dhghomon
cb1373fc12
Start Option 2020-07-15 10:57:10 +09:00
Dhghomon
d91f518aac
More on generics 2020-07-14 15:36:08 +09:00
Dhghomon
04f2aff3c8
Start generics 2020-07-14 14:52:20 +09:00
Dhghomon
b36125902d
Start impl blocks 2020-07-14 13:50:24 +09:00
Dhghomon
52f6dbc4bf
Start enums 2020-07-14 13:20:49 +09:00
Dhghomon
093c240743
Start loops 2020-07-14 12:07:57 +09:00
Dhghomon
5b78bd21de
More on Copy types 2020-07-14 11:32:08 +09:00
Dhghomon
08852b66e6
Start structs 2020-07-13 15:21:38 +09:00
Dhghomon
1cdb0f9fc0
Start control flow 2020-07-13 14:55:22 +09:00
Dhghomon
9f9fa8c342
Vecs, tuples 2020-07-13 13:13:47 +09:00
Dhghomon
69dfecf66d
Start vecs 2020-07-12 23:35:56 +09:00
Dhghomon
3cac277a6d
+ taking ownership and adding mut 2020-07-12 17:18:40 +09:00
Dhghomon
3dd7241b0c
More formatting 2020-07-12 17:03:36 +09:00
Dhghomon
db3f84bd74
More on printing 2020-07-12 15:37:59 +09:00
Dhghomon
86b544df30
Chars, arrays 2020-07-12 14:23:17 +09:00
Dhghomon
519566411f
+ Arrays 2020-07-12 13:51:42 +09:00
Dhghomon
b55b0b862d
Reference rules, more on shadowing 2020-07-12 13:11:30 +09:00
Dhghomon
8fc6c5adc8
References 2020-07-12 12:44:44 +09:00
Dhghomon
64da3b20b4
Start stack, heap, etc. 2020-07-12 12:07:10 +09:00
Dhghomon
71ed0d1939
More on functions 2020-07-12 10:19:29 +09:00
Dhghomon
a603dee738
Typos 2020-07-12 00:46:42 +09:00
Dhghomon
90d58048c0
Mutability 2020-07-12 00:39:58 +09:00
Dhghomon
41c60ba349
Floats, more display 2020-07-11 17:21:24 +09:00
Dhghomon
7d95b0effe
Start display 2020-07-11 16:39:42 +09:00
Dhghomon
931caade8a
Hello world 2020-07-11 15:58:47 +09:00
Dhghomon
8a510fe980
Start book 2020-07-11 15:20:55 +09:00
Dhghomon
347be2cca7
Initial commit 2020-07-11 14:54:07 +09:00