Skip to content

v0.6.0

Compare
Choose a tag to compare
@ilya-zlobintsev ilya-zlobintsev released this 24 Jul 08:15
· 7 commits to master since this release
  • Breaking: the types representing PCI entries are now stored in the schema module as opposed to the library root. Database is still in the root.
  • Added support for device classes, subclasses and programming interfaces: they're accessible in the classes field of Database.
  • You can now load the database from a file with a given path, and not just from a set of pre-defined paths using Database::read_from_file.