An open API service indexing awesome lists of open source software.

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

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.