index
:
tosin
canon
like Django but for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
tutorial_steps.rs
blob: 63c05e83eaa532818cbde0fa32bc2f0a49a80403 (
plain
)
1
2
3
4
5
6
7
8
mod
tutorial
;
use
tutorial
::
*
;
#[test]
fn
tutorial2
()
{
step2
();
}