Skip to content

gubasso/playground-rust-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

playground-rust-solana

Repository structure

rust-solana-playground/
├── README.md
├── LICENSE
├── .gitignore
├── projects/
│   ├── project1/
│   │   ├── src/
│   │   │   ├── lib.rs
│   │   │   ├── main.rs
│   │   │   └── ...
│   │   ├── Cargo.toml
│   │   ├── README.md
│   │   ├── docs/
│   │   │   ├── overview.md
│   │   │   └── usage.md
│   │   ├── tests/
│   │   │   ├── test_project1.rs
│   │   │   └── ...
│   │   └── examples/
│   │       ├── example1.rs
│   │       └── ...
│   ├── project2/
│   │   ├── src/
│   │   ├── Cargo.toml
│   │   ├── README.md
│   │   ├── docs/
│   │   ├── tests/
│   │   └── examples/
│   └── ...
├── docs/
│   ├── rust-solana-overview.md
│   ├── setting-up-environment.md
│   ├── best-practices.md
│   ├── resources.md
│   └── ...
└── scripts/
    ├── setup.sh
    ├── build-all.sh
    └── ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published