fw_env 0.1.0

fw_printenv from U-Boot tools in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.crc]
version = "1"

[dependencies.scan_fmt]
version = "0.1"

[package]
authors = ["Xavier Bestel <xavier.bestel@free.fr>"]
description = "fw_printenv from U-Boot tools in pure Rust"
edition = "2018"
license = "MIT"
name = "fw_env"
repository = "https://github.com/bestouff/fw_env"
version = "0.1.0"