index
:
tosin
canon
like Django but for Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
models
/
mod.rs
blob: 5e59949f0148de331cce0c4623c3be9f8a4d829d (
plain
)
1
2
3
pub
use
tosin_macros
::
Model
;
pub
type
Id
=
usize
;