Gates is a simple library to simulate logical gates.
rust assert_eq!(not(and(1, 0)), nand(Signal::On, Signal::Off));
Documentation