113 Commits (86042e07ca0c9fcf5e57e722cd19e72e22514d55)

Author SHA1 Message Date
Dhghomon 86042e07ca
Merge pull request #22 from Naereen/patch-1
Tiny typo: varible -> variable
4 years ago
Dhghomon c47998dd23
Start Box 4 years ago
Lilian Besson ccd6403945
Tiny typo: varible -> variable
Hi,
First, bravo, great job done here!
Then, I saw this tiny typo: varible -> variable.
Regards
4 years ago
Dhghomon d46e8b7db9
One more example of why multiple numeric types 4 years ago
Dhghomon 76ea9f792d
Implementing the From trait 4 years ago
Dhghomon 461d8c293b
Traits in documentation + redo enum example
Enum example takes place before introducing attributes so small change to make #[derive(Debug)] unnecessary
4 years ago
Dhghomon 3cb4b92810
Merge pull request #19 from maxzinkus/patch-1
Fix typo
4 years ago
Michael Howell 1bf0dd5aaa
Replace `SkyState` with `ThingsInTheSky`
Looks like you missed one.
4 years ago
Max Zinkus f342922395
Fix typo 4 years ago
Dhghomon 7e723b2cff
Pointer address 4 years ago
pretzelhammer b9f15b6018 improves code formatting 4 years ago
Dhghomon a82e194506
Actually, two sentences could work 4 years ago
Jacob 0d384b0def adds missing curly braces, inline code formatting in Multiple threads 4 years ago
Dhghomon d6178a45c1
Correction on .into 4 years ago
Sudo Nice 98859f2982 Merge remote-tracking branch 'upstream/master' 4 years ago
Dhghomon 7f0490f435
Delete incorrect paragraph 4 years ago
Sudo Nice 0075ab0d1f Replace code block surrounding '```' -> '`' for inlined code
closes #7
4 years ago
Dhghomon 8619fb81d8
Expand on reference explanation 4 years ago
Dhghomon 4f60ee5c23
Small fixes + finish incompllete paragraph 4 years ago
ambiso 0bf6f280c4 Fix type aliases 4 years ago
Sudo Nice 2cb43c9b60 Fix code blocks formatting 4 years ago
Sudo Nice 7a5b5fa48b Fix wording 4 years ago
Sudo Nice e571353276 Fix spaces 4 years ago
Sudo Nice 7bd21adee9 Slightly precise (yet simple) wording 4 years ago
Dhghomon 4c4ddfe02e
Reading Rust documents 4 years ago
Dhghomon 9b6585963d
Tiny rewording 4 years ago
Dhghomon cbff1b12c0
Merge pull request #4 from ridiculousfish/unicode_tightening
Tighten up some language around ASCII
4 years ago
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.
4 years ago
Dhghomon 4048fcb6fe
Add inclusive range syntax (..=) 4 years ago
Dhghomon 07568b0d08
reorder that 4 years ago
Dhghomon 53036e7274
See if this makes a table of contents 4 years ago
Hasan 10d126b313
Fix RC header 4 years ago
Dhghomon ae10226d20
Rephrase that 4 years ago
Dhghomon 01cb607a37
Enums to trick the compiler 4 years ago
Dhghomon 5fc2662967
Merge pull request #1 from sudo-nice/master
Some quick fixes
4 years ago
Sudo Nice 20466302ac Fix two arrays type comparison 4 years ago
Sudo Nice 5307d4aa32 Fix a typo 4 years ago
Sudo Nice 7476860f66 Fix formatting 4 years ago
Dhghomon e8bc11061f
Some more on match 4 years ago
Dhghomon f13cb9bf5a
More on match 4 years ago
Dhghomon 4ff4bf0824
Add Cow 4 years ago
Dhghomon 9494af328e
Channels 4 years ago
Dhghomon 8b7797700f
vec of join handles 4 years ago
Dhghomon 8bc9f4ea41
Add note 4 years ago
Dhghomon 6fb8806bb4
Arc Mutex in threads 4 years ago
Dhghomon 987a30dbe5
Rephrase a bit 4 years ago
Dhghomon 00876e5148
Move dot operator to under Struct intro 4 years ago
Dhghomon 42c7a7b2eb
Destructuring 4 years ago
Dhghomon 8399f6f6cd
Adding value after break 4 years ago
Dhghomon b37bd7bb5f
Unitialized variables 4 years ago