Lightweight map implementation that supports expiring entries and fully compatible with both std and no_std environments.

1 Open Issue Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires refactoring the `unchecked` functions in the `timed-map` crate to `unsafe` functions. This involves changing the function signatures and potentially modifying internal logic to ensure data safety when these functions are used. The goal is to prevent potential reads of expired or invalid data by explicitly marking the functions as unsafe, requiring developers to understand and manage the risks associated with their use.

Complexity: 4/5
good first issue

Lightweight map implementation that supports expiring entries and fully compatible with both std and no_std environments.

Rust