# Limnus Local Resource A single-threaded resource management system that provides type-safe storage and retrieval of resources. ## ✨ Features - Type-safe resource storage and retrieval - Panic-free optional access methods ## 📦 Installation To use `limnus-local-resource`, add it to your `Cargo.toml`: ```toml [dependencies] limnus-local-resource = "0.0.12" ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.