| Crates.io | cargo-tess |
| lib.rs | cargo-tess |
| version | 0.2.0 |
| created_at | 2025-01-23 20:01:03.883408+00 |
| updated_at | 2025-01-23 21:36:39.290139+00 |
| description | A cargo subcommand to build your project on a remote tesseract server |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1528156 |
| size | 41,563 |
Remote Rust builds on powerful cloud hardware. Accelerate your development by offloading compilation to high-performance build servers.
Install cargo-tess:
cargo install cargo-tess
Run a remote build:
cargo tess --node build.example.com:9876
For release builds:
cargo tess --node build.example.com:9876 --release
This project is licensed under MIT License
Made with ❤️ for the Rust community