| Crates.io | ricecoder-sessions |
| lib.rs | ricecoder-sessions |
| version | 0.1.71 |
| created_at | 2025-12-09 16:08:08.587978+00 |
| updated_at | 2025-12-09 16:49:01.521878+00 |
| description | Multi-session support with persistence, sharing, and background agents for RiceCoder |
| homepage | https://github.com/moabualruz/ricecoder |
| repository | https://github.com/moabualruz/ricecoder |
| max_upload_size | |
| id | 1975697 |
| size | 390,156 |
Multi-session support with persistence, sharing, and background agents for RiceCoder
Add to your Cargo.toml:
[dependencies]
ricecoder-sessions = "0.1"
use ricecoder_sessions::*;
// Your code here
For more information, see the documentation.
MIT