Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collabora/bmap-rs
Bmap implementation in Rust
https://github.com/collabora/bmap-rs
bmap rust
Last synced: 5 days ago
JSON representation
Bmap implementation in Rust
- Host: GitHub
- URL: https://github.com/collabora/bmap-rs
- Owner: collabora
- License: apache-2.0
- Created: 2022-09-28T09:44:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:21:08.000Z (6 months ago)
- Last Synced: 2024-10-08T10:14:46.235Z (about 1 month ago)
- Topics: bmap, rust
- Language: Rust
- Homepage:
- Size: 87.9 KB
- Stars: 29
- Watchers: 6
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
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](https://salsa.debian.org/debian/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.
```bash
bmap-rs copy
```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.