Crates.io | volt-cli |
lib.rs | volt-cli |
version | 0.2.1 |
created_at | 2025-01-25 01:33:40.474867+00 |
updated_at | 2025-07-09 02:55:07.915288+00 |
description | ⚡ Simple and lightning fast caching for... anything |
homepage | |
repository | |
max_upload_size | |
id | 1530163 |
size | 94,572 |
A blazingly fast build cache server and CLI tool written in Rust. Volt helps you speed up your build times by caching and sharing build artifacts across your team.
Just type volt
to generate the initial config, fill out the details, then create a new server using volt server
and you are set!
Manually push cache just
volt push
Manually pull cache just
volt pull
Volt consists of two main components:
volt-server
): Handles cache storage and retrieval with authenticationvolt
): Manages cache operations and build wrappingBuilt with 💜 using Rust