Oxidation is a collection of naive code snippets and examples that I've created while learning Rust.
- 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
This project is open source and available under the MIT License.