Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 628 Bytes

🦀 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.