bmap-rs icon indicating copy to clipboard operation
bmap-rs copied to clipboard

Bmap implementation in Rust

Results 20 bmap-rs issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Release notes Sourced from reqwest's releases. v0.12.4 What's Changed Add zstd support, enabled with zstd Cargo feature (thanks @​paolobarbolini!) Add...

dependencies

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again Changelog Sourced from...

dependencies

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Changelog Sourced from nix's changelog. [0.28.0] - 2024-02-24 Added Added mkdtemp wrapper (#1297) Add associated constants UTIME_OMIT UTIME_NOW for TimeSpec...

dependencies

At this moment bmap-rs and bmap-parser share the same README. This is problematic because in crates.io, once published, bmap-parser contains references to bmap-rs while if should be independent from it....

Checks if the bmap hash is correct for the current bmap file. Bmap file checksum is calculated having that field as all 0s. Closes: #50 Signed-off-by: Rafael Garcia Ruiz

i took a look at the additional requirements to package the tool for debian: bmap-parser: - `librust-async-trait-0.1+default-dev (>= 0.1.58-~~)` 0.1.56 in debian - `librust-futures-0.3+default-dev (>= 0.3.25-~~)` 0.3.21 in debian -...

Implement the create subcommand, which should create the XML .bmap format from a local image file.

wishlist

In `bmap::copy` we use a vector as buffer. We need to find the right size to set it up before using it. The current value is `8 * 1024 *...

Bmaptools checks the integrity of the bmap file before starting to copy. Bmap-rs has the value `bmap_file_checksum` inside the Bmap struct but still does not check it. This is possible...

wishlist