This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
juniper
Watch
1
Star
0
Fork
You've already forked juniper
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a75396846d
juniper
/
docs
/
book
/
tests
/
src
/
lib.rs
4 lines
77 B
Rust
Raw
Normal View
History
Unescape
Escape
(book) Update and fix book compilation and tests * Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
2019-01-11 10:16:21 -06:00
#![
deny(warnings)
]
Import book from old stand-alone repo. Imported from https://github.com/graphql-rust/graphql-rust.github.io.
2018-12-23 14:41:50 -06:00
include!
(
concat!
(
env!
(
"
OUT_DIR
"
)
,
"
/skeptic-tests.rs
"
)
)
;
Reference in a new issue
Copy permalink