Release build by default
Optimized code, no debug overhead, enabled automatically.
Automatic release build and optimized binaries. GC-free performance for critical workloads.
Everything optimized, production-ready.
Optimized code, no debug overhead, enabled automatically.
Uses your Cargo.toml unmodified — all crates.io crates available.
No GC, perfect for apps with strict RAM limits.
Bare-metal performance with container isolation.
Where this runtime shines on our platform.
Axum, Actix-Web, and Rocket backends with Tokio async handling at sub-millisecond latencies.
Hosting for serenity and twilight with minimal memory usage and superior throughput.
Compression, cryptography, parsing, and image processing with bare-metal efficiency and zero overhead.
Typed inter-service communication with bidirectional streaming and Protobuf in production.
Apps with sub-ms latency for multiplayer games, leaderboards, and distributed matchmaking.
Critical workloads with predictable memory, no GC, and consistent latency under heavy load.
Pick the track that best fits your project.
Current version
1.95
Single stable toolchain
Everything you need to configure your app.
.rsCargo.tomlrustCreate a squarecloud.app file at your project root:
MEMORY=512
DISPLAY_NAME=Meu App
VERSION=recommendedRelease build, Cargo, crates.io, and performance.