bmap-parser

Crates.iobmap-parser
lib.rsbmap-parser
version0.2.0
sourcesrc
created_at2022-12-16 14:20:15.350011
updated_at2024-02-24 20:43:32.332836
descriptionbmap-parser is a library for Rust that allows you to copy files or flash block devices safely
homepage
repositoryhttps://github.com/collabora/bmap-rs
max_upload_size
id738842
size4,245,531
Christopher Obbard (obbardc)

documentation

README

bmap-rs

The bmap-rs project aims to implement tools related to bmap. The project is written in rust. The inspiration for it is an existing project that is written in python called bmap-tools.

Right now the implemented function is copying system images files using bmap, which is safer and faster than regular cp ro dd. That can be used to flash images into block devices.

Usage

bmap-rs supports 1 subcommand:

  • "copy" - copy a file to another file using a bmap file.
bmap-rs copy <SOURCE_PATH> <TARGET_PATH>

The bmap file is automatically searched in the source directory. The recommendation is to name it as the source but with bmap extension.

License

bmap-rs is licensed under dual Apache-2.0 and MIT licenses.

Commit count: 60

cargo fmt