limnus-local-resource 0.0.13

A simple local resource storage
Documentation
# 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.13"
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.