https://github.com/dehwyy/rust-playground
🦀Playground
https://github.com/dehwyy/rust-playground
Last synced: 3 months ago
JSON representation
🦀Playground
- Host: GitHub
- URL: https://github.com/dehwyy/rust-playground
- Owner: dehwyy
- Created: 2024-11-04T13:49:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-23T14:21:23.000Z (3 months ago)
- Last Synced: 2025-02-23T15:26:50.569Z (3 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Playground
## Examples
- matrix## To Run example
```sh
cargo run --example matrix
# or
task matrix
```