1 unstable release
0.1.0 | Jul 27, 2022 |
---|
#662 in Build Utils
3KB
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.
example.dif
:
[
("DifFileName", "example.dif"),
]