Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd tide example #80
add tide example #80
Conversation
8d2cb48
to
4d88fc7
|
Thank you for the example! In the end, I would like to have an example comple with static files, simliar to the warp and other exampes, but this will do nicely as a starting point. The CI was broken when you pushed, so no tests was executed. On the other hand, there's no test for this example anyway, as this example is not yet listed in |
|
Seems I could commit on your branch, so I added the required lines to |
* PR #80 and #94: Support Tide framework by a feature and an example. * PR #91: Update basic examples to edition 2018. * Issue #68, PR #90: Don't eat whitespace after a for loop. * Issue #66, PR #89: Fix parse error for nested braces in expressions. * PR #84: Use std::ascii::escape_default. * PR #87: Provide ToHtml::to_buffer() * Forbid unsafe and undocumented code. * The build is on https://travis-ci.com/kaj/ructe now. * Internal cleanup. Thanks to @Aunmag and @prabirshrestha for reported issues and contributed code.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

prabirshrestha commentedJun 6, 2020
Add tide example. PR for #79
In
ructe_tide.rsI used full qualified namespace so that others can easily copy paste their code inmain.rsor other projects and is easy to onboard.