Skip to content

Version 0.7.0 release

Latest
Compare
Choose a tag to compare
@takaswie takaswie released this 14 Jul 09:56
· 35 commits to master since this release
v0.7.0

In the release, below trait methods are removed since they are deprecated
so long:

  • FwFcpExtManual::transaction()
  • FwReqExtManual::transaction()
  • FwRespExtManual::get_req_frames()

FwNodeExtManual::config_rom() is renamed following to fashion of glib crate
v0.15.

Documentation is added by importing from gir file of libhinawa v2.5.1.

The hinawa::prelude module is added as a way to access to all of traits
and their implementations, while modules with the traits and
implementations becomes private.