Commit Graph

305 Commits (345910d2700fc535f82f20fc43c6d07edd7e21a4)
 

Author SHA1 Message Date
Bayram 497e56e9f7
Adding Strategy pattern (#146) 3 years ago
Ped 264cddf06e
Fix typo ("desctructors" to "destructors") (#195) 4 years ago
Ped 22e8405b26
Fix typo ("anways" to "anyways") (#193) 4 years ago
simonsan f61f2f40f0
Fix lines to 150 line length for better tracking of future changes (#189) 4 years ago
Marco Ieni 868cd2f3f4
intro.md: split lines (#188) 4 years ago
Marco Ieni 6cbbcb8246
Remove contributing from html rendered book (#187) 4 years ago
Marco Ieni ff8bc764de
Create additional_resources directory (#186) 4 years ago
Marco Ieni ad52fcb8ea
Add and explain markdown linting rules (#183) 4 years ago
Andreas Schmidt a0e765179d
Add note on #[non_exhaustive] for enums (#168)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
Marco Ieni 3ee9110615
CI: Rename markdownlint job (#180) 4 years ago
Marco Ieni 48a530218c
markdownlint: fix md004 (#175)
* markdownlint: fix md004

* use `-` for lists

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
4 years ago
simonsan 7af948ea49
Adding design principles overview to additional resources (#179) 4 years ago
Marco Ieni 76ae5bd896
Reduce long lines (#176) 4 years ago
Marco Ieni 5fedf5aa29
Markdownlint: Do not allow tabs in code blocks (#178) 4 years ago
simonsan d6f98eaa6e
Updating Contrib (#181)
* Updating Contrib

* add to contributing

* Update CONTRIBUTING.md

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
Marco Ieni 8ce84d4d64
Add description for offline usage of markdown lints (#173) 4 years ago
Marco Ieni e93c52049c
CI: Simplify lint job (#174) 4 years ago
simonsan 66f79d5ddd
Fix typo (#169)
* Fix typo

* Update CONTRIBUTING.md

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan dfd74a86d1
Adding some additional resources (#159) 4 years ago
simonsan a9848987ce
Adding informative links to Builder pattern (#158) 4 years ago
simonsan 1f688d7ae2
Writing an introduction for the contribution guide (#161)
Co-authored-by: Takashi Idobe <idobetakashi@gmail.com>
4 years ago
simonsan 6a58543782
Add participation to Introduction (#160) 4 years ago
jhwgh1968 11a4b712c0
Several FFI Sections: Strings, Errors, and API Design (#106) 4 years ago
Weipin Xia 501ae92a43
Fix missing argument in rustdoc-init.md (#166) 4 years ago
Takashi Idobe 60946dd8c7
Add markdownlint to CI (#164) 4 years ago
Takashi Idobe 5f1425d7ed
Apply markdownlint to project (#163) 4 years ago
simonsan 345514a304
Updating mdbook (#162)
https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
4 years ago
Ivan Tham e6b427ce38
Use a problem as the intro for newtype pattern (#153)
A problem can highlight some of the use cases of newtype
pattern rather than discussing generally that rust is strongly
typed. Make the user understand the need of newtype.
4 years ago
Christopher c2321270fa
Use coercion for arguments (#29)
Describe some of the reasons it is considered idiomatic to use `&str` over `&String` in most cases.


Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
Co-authored-by: Chris Wong <lambda.fairy@gmail.com>
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
Co-authored-by: Ivan Tham <pickfire@riseup.net>
4 years ago
join3r 1a65aadb31
Fix Spelling mistake (#157) 4 years ago
Ivan Tham f8d0570103
Link DRY to wikipedia (#154) 4 years ago
Ivan Tham 448af714a1
Table alignment in functional/index.md (#152)
* Right align table in plain text version
  Makes the plain text version easier to read

* Center alignment in mdbook/md
4 years ago
Marco Ieni 7ac0b4f79d
Newtype: Add another article to See Also (#151) 4 years ago
Marco Ieni d7026aa694
Checking links in markdown files (#150) 4 years ago
Marco Ieni 991ab68d12
Newtype: Convert to list (#148) 4 years ago
Maximilian Goisser 450bf218dc
Add link to derive_more for newtypes (#147) 4 years ago
Thomas Gotwig 6bab5f3f46
Make builder pattern more practical (#90) 4 years ago
Marco Ieni 344b5b8fbd
Fix internal links (#143)
* Rename Readme to index to fix internal book links

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
4 years ago
Marco Ieni a46baf38b3
README: remove Table of Contents (#144)
It is a duplicate of SUMMARY.md
4 years ago
Riley Shea 4017a73d62
Fix default idiom example (#134)
Before this change, the example code doesn't run on the current rust stable release(1.49).
This is because `Path` inherently has a u8 that requires the sized trait which requires either statics or replacing Path with PathBuf.

After this change, the example code will run "as-is" without warnings or errors.
4 years ago
Ovidiu Curcan e333d15258
Fix on-stack dispatch example (#137)
A `char` can't be used as a path. You already use the correct `"-"` in the "Disadvantages" example.
Remove `ignore` for the example block
4 years ago
brandondong acef005895
Update compose structs compile error example for NLL (#136) 4 years ago
simonsan bff48fae2c
Remove templated late bounds from summary (#142) 4 years ago
Marco Ieni eefd9ef291
Add explanation how to test the book to contributing (#139) 4 years ago
simonsan 2bc728d1d3
Marking Motivation in Compose Structs as TODO (#140) 4 years ago
Marco Ieni cae562b311
Remove incomplete phrase (#138) 4 years ago
simonsan ff9298a607
Remove Entry API due to being a template copy (#133) 4 years ago
simonsan d55a89ded4
Add direct links due to #130 (#131) 4 years ago
simonsan c2b307fa9b
Fixing links (#129) 4 years ago
simonsan 5846281ee4
Remove reference to rust_rocks.md (#128)
* Remove reference to rust_rocks.md

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago