gates 0.1.0

Gates is a simple library to simulate logical gates.
Documentation
  • Coverage
  • 0%
    0 out of 12 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Felix7d2

Gates

Gates is a simple library to simulate logical gates.

gates:

  • and
  • or
  • not
  • xor
  • nand
  • nor

example

assert_eq!(not(and(1, 0)), nand(Signal::On, Signal::Off));

Documentation