uftwo 0.1.3

A library for working with the UF2 file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `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.

Warning: whilst this library is `0.1.x` there will be no SemVer compatibility guarantees. Use at your own risk.

## Getting started

```shell
cargo install uftwo --features="cli"
```

## Features

- `defmt-03` enable [defmt]https://github.com/knurling-rs/defmt `Format` on relevant types.