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: 5 months ago
JSON representation
Collection of naive code snippets and examples that I've created while learning Rust
- Host: GitHub
- URL: https://github.com/denismurphy/oxidation
- Owner: denismurphy
- License: mit
- Created: 2024-08-13T16:34:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:03:32.000Z (9 months ago)
- Last Synced: 2025-01-20T00:51:24.307Z (5 months ago)
- Topics: beginner, borrowing, cargo, closures, error, generics, lifetimes, ownership, result-types, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).