Package Details: blkar 7.2.7-1

Git Clone URL: https://aur.archlinux.org/blkar.git (read-only, click to copy)
Package Base: blkar
Description: Multithreaded archiver offering bit rot protection and sector level recoverability
Upstream URL: https://github.com/darrenldl/blockyarchive
Keywords: archive backup bit-rot ecsbx recovery
Licenses: MIT
Submitter: darrenldl
Maintainer: darrenldl
Last Packager: darrenldl
Votes: 0
Popularity: 0.000000
First Submitted: 2019-04-08 11:28 (UTC)
Last Updated: 2019-11-06 09:36 (UTC)

Latest Comments

firoz commented on 2022-02-11 13:31 (UTC) (edited on 2022-02-11 13:31 (UTC) by firoz)

Compilation fails with Rust 1.58:

error[E0308]: mismatched types
--> lexical-core-0.4.3/src/atof/algorithm/bigcomp.rs:242:55
    |
242 |     let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
    |                                                       ^^^^^^^^^^^^^^^ expected `usize`, found `u32`