maud/doctest
Max Countryman ba9c7b523c
Tide support ()
This introduces support for Tide by implementing `From` over markup.
Unlike other frameworks, Tide does not seem to provide e.g. a trait
which could instead be implemented. However as demonstrated, this
alternative results in a simple, ergonomic interface.

Consumers may leverage Tide support by using the "tide" feature.

Co-authored-by: Chris Wong <lambda.fairy@gmail.com>
2021-08-06 14:22:05 +10:00
..
build.rs Remove #![feature(extended_key_value_attributes)] () 2021-05-20 05:16:04 +00:00
Cargo.toml Tide support () 2021-08-06 14:22:05 +10:00
README.md Test documentation examples in CI () 2021-01-15 17:40:46 +13:00

This is a placeholder package that imports the entire book as a doc comment. This allows for testing the book's code snippets via cargo test.