stateful 0.1.0

Design patterns for GUI application development
Documentation
  • Coverage
  • 41.03%
    16 out of 39 items documented0 out of 34 items with examples
  • Size
  • Source code size: 12.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • limads

About

This crate exports traits useful for a few design patterns common in GUI development, with abstractions built only using the standard library, such as:

  • Verify Implemented by objects that most uphold some condition.

  • Callbacks/ValuedCallbacks Synchonous Signal/Slots (late binding) mechanism, built on RefCell/Rc.

  • Inherit Java-style inheritance trait.

  • Transition Implements the typestate pattern.

A few other traits are still a work in progress.