Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 241 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 241 Bytes

Rust App Example

Rustでアプリケーションを書く時の参考

Database Migration

cargo make migration

Generate Database Entities

cargo make entity

Run Tests

cargo make test