Raytlty - Overview
Skip to content
Sign in
AI CODE CREATION
GitHub CopilotWrite better code with AI
GitHub SparkBuild and deploy intelligent apps
GitHub ModelsManage and compare prompts
MCP RegistryNewIntegrate external tools
View all features
Sign up
Python Algorithm Obsessive
Xidian University
rust-klefki versions
Rust 2 1
2
/// This is a naive implementation of a registry for Actix Actors that
3
/// implement a SyncContext. Using it you can retreive an address for
4
/// any actor registered with it from any point in your program.