difi 0.1.0

DIF Include, a tool intended for build scripts to turn a dif file into a Rust static
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 999.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NathanMcMillan54

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"),
]