Commit Graph

51 Commits (main)

Author SHA1 Message Date
simonsan 4ae1589657
chore: update build instructions to account for new dependencies 2 months ago
simonsan d96de404c4
feat(pdf): add pdf download (#399)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2 months ago
simonsan 12f6f988d4
chore: reformat repository with dprint (#370)
* chore: reformat repository with dprint
* ci: change action name to reflect that it's not only markdown
* fix: broken link
9 months ago
poly000 9834f5719b
Fixing grammar and spelling mistakes (#270) 3 years ago
Joel Montes de Oca 84c0df77b7
Fix typo (#265) 3 years ago
simonsan 2cd70a552d
Shorten lines to line-length 80 (#208) 3 years ago
simonsan f61f2f40f0
Fix lines to 150 line length for better tracking of future changes (#189) 3 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>
3 years ago
jhwgh1968 11a4b712c0
Several FFI Sections: Strings, Errors, and API Design (#106) 3 years ago
Takashi Idobe 5f1425d7ed
Apply markdownlint to project (#163) 3 years ago
Marco Ieni a46baf38b3
README: remove Table of Contents (#144)
It is a duplicate of SUMMARY.md
3 years ago
simonsan 9f15f69043
Fix typo in filename (#127) 3 years ago
simonsan d89b51f4d8
Adding Contribution guide (#123)
* Add statement for non working examples to template
* Adding contribution guide
* Add statement about wayback machine
3 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>
3 years ago
simonsan de7519f5d9
Add introductions (#117)
Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
3 years ago
simonsan 3f3ae4ae73
Adding mdbook configuration and deployment to gh-pages (#111) 3 years ago
Tom Kaitchuck 5310b14b62 Add example for #91 4 years ago
Andre Bogus 399c38ee2b New idiom: Out of the Box Dynamic Dispatch 4 years ago
Ben a18cbf48a6 Clarify that a topic is currently stubbed 4 years ago
Ben 9327f46478 Add TODOs for module and FFI topics 4 years ago
Chris Wong 7303763d8c
Merge pull request #75 from llogiq/unsafe-mods
new pattern: Contain Unsafety in Small Modules
5 years ago
Chris Wong f01b3c0411
Merge pull request #78 from lzutao/entry-boilerplate
Mark entry pattern as boilerplate
5 years ago
Mikhail Trishchenkov 1b3a31c7c5 Temporary mutability idiom 5 years ago
lzutao 8f31944078
Also mark late bound as boilerplate 5 years ago
lzutao 82439a6a82
Mark entry pattern as boilerplate 5 years ago
Chris Wong a6879dbe97
Update README.md
Co-Authored-By: llogiq <bogusandre@gmail.com>
5 years ago
Andre Bogus 0989fe893d new pattern: Contain Unsafety in Small Modules 6 years ago
Nick Cameron f6acf267bf
Merge pull request #48 from llogiq/default
new idiom: Default trait
7 years ago
llogiq ae8a020766 add links to deny(warnings) antipattern, fix typo (#52) 7 years ago
Andre Bogus 53b35444b6 new idiom: Default trait 7 years ago
Nick Cameron 67870c809f Merge pull request #30 from lfairy/small-crates
Prefer small crates
8 years ago
Andre Bogus 547ff18605 Adressed comments 8 years ago
Nick Cameron 3d748b1adc Merge pull request #25 from lfairy/option-list
Add "Treating Option like a list"
8 years ago
Chris Wong f3fe2d6f28 Iterating over an Option 8 years ago
Chris Wong a65d22ddc2 Direct contributors to the issue tracker 8 years ago
Mikhail Trishchenkov 67685cddf0 Rename idiom 8 years ago
Mikhail Trishchenkov 72606ccfcb Clone to closure idiom 8 years ago
Chris Wong f4ae13a81e Small crates 8 years ago
Nick Cameron f41b745acf Add the badly-named fold pattern 8 years ago
Nick Cameron 99b1342338 Visitor pattern 9 years ago
Nick Cameron 6ac851e718 Add the extensibility by privacy pattern
(And change the concatenation pattern to say something different about perf)
9 years ago
Nick Cameron e340602f3f Composing structs 9 years ago
Nick Cameron c2cf5e6c1a Deref polymorphism anti-pattern 9 years ago
Oliver Schneider d4f297e1d3 Result + try! is a pattern, unwrap() is not 9 years ago
Matt Wismer 244aedbfae Fix RAII Guards
Make "RAII" uppercase so that the link can be followed
9 years ago
Nick Cameron 325b642a01 Added a few idioms and patterns - some are still WIP 9 years ago
Nick Cameron fd95943c26 Newtypes 9 years ago
Nick Cameron 65f12dcaab link ctor -> builder 9 years ago
Nick Cameron ab19516a4f Builder pattern 9 years ago
Nick Cameron 248baabc14 Add the constructor idiom. 9 years ago