Commit Graph

192 Commits (5fedf5aa292affe68b320b6bb7b6810334550fbb)
 

Author SHA1 Message Date
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
simonsan 9f15f69043
Fix typo in filename (#127) 4 years ago
llogiq 721a6dff86
Added information on --cap-lints to deny-warnings antipattern (#58)
* added information on --cap-lints to deny-warnings antipattern

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan d89b51f4d8
Adding Contribution guide (#123)
* Add statement for non working examples to template
* Adding contribution guide
* Add statement about wayback machine
4 years ago
simonsan 7fc0ae1cba
Adding Nick Camerons talk at PDXRust 2016 to additional resources section (#102)
* Adding Nick Camerons talk at PDXRust 2016

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan bc49bb4e37
Fixing outdated link to rust-postgress (#121)
* Fixing outdated link to rust-postgress

Fixes #98

* Remove newline

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
simonsan b6e5414941
Add doc tests to CI (#124)
* rename baz() into main() and vice versa where applicable

Fixes #49
4 years ago
simonsan b5e755dd80
Fix 404 (#125) 4 years ago
simonsan de7519f5d9
Add introductions (#117)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
4 years ago
wangcong 66ce03a774
Fix wording in "Fold" pattern (#69)
Co-authored-by: Chris Wong <lambda.fairy@gmail.com>
4 years ago
Marco Ieni 85efbe7fc3
add ci (#115) 4 years ago
simonsan 3f3ae4ae73
Adding mdbook configuration and deployment to gh-pages (#111) 4 years ago
Richard Walters 1d606a5116
Fix broken links (#105)
* Fix broken links

Fix broken link from `on-stack-dyn-dispatch.md` to `dtor-finally.md`.
Link to `RAII.md` was broken as well.
4 years ago
Chris Wong 607fcb00c4
Merge pull request #99 from shuternay/master
Fix typos
4 years ago