limnus-local-resource

Crates.iolimnus-local-resource
lib.rslimnus-local-resource
version0.0.11
sourcesrc
created_at2024-11-24 16:58:13.81721
updated_at2024-11-30 09:49:53.486952
descriptionA simple local resource storage
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459372
size5,620
Peter Bjorklund (piot)

documentation

README

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:

[dependencies]
limnus-local-resource = "0.0.11"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 14

cargo fmt