dif

Crates.iodif
lib.rsdif
version0.1.1
sourcesrc
created_at2022-07-27 17:23:27.493539
updated_at2022-08-03 14:49:01.117894
descriptionDevice Information File, a library for reading .dif files into a Rust struct.
homepage
repository
max_upload_size
id634014
size52,736
(NathanMcMillan54)

documentation

https://docs.rs/dif/latest/dif/

README

DIF

Device Information File

A library for turning .dif files into a Rust struct. Made for Novusk.

DIFs are used for giving bare metal apps or kernels some information about the device and some of the things that need to be done. .dif files are similar to .json files which makes them easy to write, here is some documentation on how to write them.

Library documentaion


example.dif:

[
  ("DifFileName", "example.dif"),
]
Commit count: 0

cargo fmt