#block-device #flash #devices #copy #file #copying #bmap

bmap-parser

bmap-parser is a library for Rust that allows you to copy files or flash block devices safely

2 unstable releases

0.2.0 Feb 24, 2024
0.1.0 Dec 16, 2022

#506 in Cryptography

Download history 12/week @ 2024-01-06 26/week @ 2024-01-13 1/week @ 2024-01-20 40/week @ 2024-02-03 138/week @ 2024-02-10 80/week @ 2024-02-17 351/week @ 2024-02-24 111/week @ 2024-03-02 164/week @ 2024-03-09 181/week @ 2024-03-16 84/week @ 2024-03-23 100/week @ 2024-03-30 41/week @ 2024-04-06 8/week @ 2024-04-13

253 downloads per month
Used in 3 crates

MIT AND Apache-2.0

4MB
523 lines

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.

Dependencies