https://github.com/sameem420/rust_tupleexample
A program showing how to use tuple data type in RUST
https://github.com/sameem420/rust_tupleexample
rust rust-lang tupleinrust
Last synced: 9 months ago
JSON representation
A program showing how to use tuple data type in RUST
- Host: GitHub
- URL: https://github.com/sameem420/rust_tupleexample
- Owner: sameem420
- License: gpl-3.0
- Created: 2020-03-12T17:30:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T17:32:33.000Z (over 6 years ago)
- Last Synced: 2025-07-21T10:49:50.040Z (11 months ago)
- Topics: rust, rust-lang, tupleinrust
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust_tupleExample
A program showing how to use tuple data type in RUST
NOTE : use 'cargo run' to execute the program