1 2 3 4 5 6 7 8
## file structure ├── program | ├── cargo.toml | └── src | └── lib.rs ├── client | └── main.ts └── package.json