testwriter 0.1.3

A simple library and tool to generate a function that seeks to reproduce a received dbus signal message. This may be useful in writing unit tests in a TDD workflow.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 267.66 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hpux735

DBus TestWriter

This is a very simple little library that just prints out a function that tries to replicate a received dbus message.

This can be useful when you want to write a unit test against some DBus signal.

If this doesn't work with some signal you're seeing, please print out the message with println!("{:?}", message) and let me know so I might be able to fix it.

This is my first Rust crate, so be kind ;)