Deploy Rust on CreateOS
Deploy Rust applications with release builds, minimal memory footprint, and blazing fast performance.
How to Deploy
1
Connect your repository
Link your GitHub repository with your Rust project.
2
Configure build
CreateOS runs cargo build --release for optimized binaries.
3
Set environment variables
Add any environment variables for your Rust application.
4
Deploy
Deploy with minimal memory footprint and excellent performance.
Features
Release build optimization
Cargo workspace support
Minimal memory footprint
Fast startup times
WebAssembly support
Default Commands
Build command:
cargo build --releaseRun command:
./target/release/app