Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denismurphy/oxidation

Collection of naive code snippets and examples that I've created while learning Rust
https://github.com/denismurphy/oxidation

beginner borrowing cargo closures error generics lifetimes ownership result-types rust rust-lang

Last synced: about 21 hours ago
JSON representation

Collection of naive code snippets and examples that I've created while learning Rust

Awesome Lists containing this project

README

        

# 🦀 Oxidation

Oxidation is a collection of naive code snippets and examples that I've created while learning Rust.

## 🌟 Features

- **Basic**: Simple code snippets demonstrating Rust fundamentals
- **Advanced**: More complex concepts like closures, generics, and lifetimes
- **Error Handling**: Various approaches to handling errors in Rust
- **Concurrency**: Adventures in Rust's thread-safe programming
- **Data Structures**: Implementations of common data structures
- **Algorithms**: Classic algorithms reimagined in Rust

## 📜 License

This project is open source and available under the [MIT License](LICENSE).