pxs 0.5.0

pxs (Parallel X-Sync) - Rust file synchronization focused on faster sync for modern large-data workloads.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(e) = built::write_built_file() {
        eprintln!("Failed to acquire build-time information: {e}");
        std::process::exit(1);
    }
}