| Crates.io | rsmg-core |
| lib.rs | rsmg-core |
| version | 0.1.0-alpha.1.5 |
| created_at | 2026-01-06 16:32:52.827219+00 |
| updated_at | 2026-01-14 09:12:42.817211+00 |
| description | Core atomic pointer management and concurrent data structures for the RSMG framework. |
| homepage | |
| repository | https://github.com/achsanalfitra/rsmg-dsa |
| max_upload_size | |
| id | 2026245 |
| size | 95,890 |
#RSMG-CORE
This library contains the core data structures and atomic pointer utilities used by the RSMG framework. The implementation primarily covers lock-free linked structures and atomic handles required for shared state management in performance-sensitive applications.
Current features:
Public facing API
Internal facing API
Future work: