- Main Cargo file
- Executables
- Library's
- Pages
For more details on the pages see the frontend architectural overview.
- src folder (all): where the source file are
- Note: tests are in the same src files for rust
- Note: rust file end in
rs
- Cargo.toml file (all): The config of the project
- Big things are:
name
anddependencies
- Big things are:
- dist folder (web): final output page from trunk
- target folder (all-sometimes): output/building of the source code using cargo
- index.html file (web): trunk use as starting place to make the page
- Truck.toml file (web): config trunk
- migrations folder (database/diesel): used to make schema.rs file and to setup database
- Git
- Helper Scripts
- README.md file: Starting page (often Table of contents)