🦀 Mi Primera Lib - Rust Math & Text Utilities
A lightweight Rust library providing essential mathematical operations and text utilities with zero dependencies.
🚀 Features
✅ Math Operations: Addition, subtraction, multiplication, division with overflow handling
✅ Text Utilities: String reversal and word counting
✅ Zero Dependencies: Pure Rust implementation
✅ Comprehensive Testing: Full test coverage
✅ Modular Design: Clean, organized code structure
📖 Usage
use ;
use ;
// Math operations
let sum = add; // 30
let diff = sub; // 10
let product = multiply; // 20
let quotient = rate; // 5
// Overflow handling
let overflow = add; // 0 (wrapping)
let safe_sub = sub; // 0 (no negative u32)
🛠️ Installation
Or add to your Cargo.toml:
[]
= "0.1.0"
🔧 Development
# Build
# Test
# Documentation
# Lint
📚 Documentation
- Crates.io: mi_primera_lib
- Docs.rs: docs.rs/mi_primera_lib
- Repository: github.com/JennyT3/mi_primera_lib
🙏 Acknowledgments
Special thanks to:
- Nearx for the incredible learning experience
- Lucas Bispo de Oliveira for mentorship and guidance
- #HackMeridian2025 community for inspiration and support
Built with ❤️ and Rust