# `uftwo`
[](https://crates.io/crates/uftwo)
[](https://docs.rs/uftwo)
For working with the [UF2 file format](https://github.com/microsoft/uf2).
Why the name? `uf2` was already taken and appears to be abandoned.
## Using the library
```shell
cargo add uftwo
```
## Using the CLI
```shell
cargo install uftwo --features="cli"
```
## Features
- `defmt-03` enable [defmt](https://github.com/knurling-rs/defmt) `Format` on relevant types.