gates

Crates.iogates
lib.rsgates
version0.1.0
sourcesrc
created_at2020-11-24 19:26:08.915102
updated_at2020-11-25 07:38:41.680343
descriptionGates is a simple library to simulate logical gates.
homepagehttps://crates.io/crates/gates
repositoryhttps://github.com/Felix7d2/gates
max_upload_size
id315928
size7,956
Felix (Felix7d2)

documentation

https://docs.rs/gates/0.1.0/gates/

README

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

Commit count: 0

cargo fmt