This website requires JavaScript.
Explore
Help
Sign In
rwf2
/
Rocket
mirror of
https://github.com/rwf2/Rocket.git
Watch
1
Star
0
Fork
You've already forked Rocket
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08b34e8263
Rocket
/
site
/
tests
/
src
/
lib.rs
4 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
Convert core to async and add support for async routes. Minimum rustc bump required for rust-lang/rust#61775
2019-06-30 16:45:17 +00:00
// #![feature(external_doc)]
Test all guide code examples. Every code example is now fully runnable and testable. As a result, all examples are now tested and include imports. Relevant imports are shown by default. Code examples can be expanded to show all imports. Fixes #432.
2020-02-15 11:43:47 +00:00
Convert core to async and add support for async routes. Minimum rustc bump required for rust-lang/rust#61775
2019-06-30 16:45:17 +00:00
// rocket::rocket_internal_guide_tests!("../guide/*.md");