Skip to content

Version 0.4.0 - MacOS support and updated attributes

Compare
Choose a tag to compare
@fpagliughi fpagliughi released this 28 Jan 23:09
· 54 commits to master since this release
  • #12 Context construction now takes a Backend enumeration type.
  • The InnerContext is now public and can be cloned and sent to another thread to create a cloned context in the other thread.
  • #15 Generic attr_read() and attr_write() functions for devices, channels, and buffers.
  • #17 macOS support (for network clients)
  • Buffer attribute read/write functions and iterators moved into the Buffer struct.
  • Buffer struct now contains a clone of the Device from which it was created.
  • Device and Channel now support Clone trait.
  • Updates to the examples for more/different hardware.
  • New Version struct which is returned by the library and Context version query functions.