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
└── ...
-
Notifications
You must be signed in to change notification settings - Fork 0
License
gubasso/playground-rust-solana
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published