https://github.com/wigging/rusty
Examples of the Rust programming language
https://github.com/wigging/rusty
rust rust-lang
Last synced: over 1 year ago
JSON representation
Examples of the Rust programming language
- Host: GitHub
- URL: https://github.com/wigging/rusty
- Owner: wigging
- License: mit
- Created: 2022-11-21T20:57:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T01:17:36.000Z (about 3 years ago)
- Last Synced: 2025-01-24T17:33:54.505Z (over 1 year ago)
- Topics: rust, rust-lang
- Language: Rust
- Homepage: https://gavinw.me/rusty
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# :crab: Rusty
Rust is a great modern programming language that is memory efficient and fast. This repository and accompanying website contain provide concised examples of the Rusty programming language. The website is available at https://gavinw.me/rusty.
## Examples
Example code is located in the `rust-scripts` folder.
## Website
The website is available at https://gavinw.me/rusty. It is generated with the [genja](https://github.com/wigging/genja) tool using the `content`, `docs`, `templates` folders and the `config.json` file. The website is hosted with GitHub Pages from the `docs` folder.
## Contributing
Submit a Pull Request if you would like to contribute to this project. Questions and other comments can be submitted on the Issues page.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile:.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.