https://github.com/creativcoder/logic_gates
A simple logic simulation crate showing Rust and Travis integration for Chapter 3 of Mastering Rust 2nd Edition by Packt.
https://github.com/creativcoder/logic_gates
Last synced: 11 months ago
JSON representation
A simple logic simulation crate showing Rust and Travis integration for Chapter 3 of Mastering Rust 2nd Edition by Packt.
- Host: GitHub
- URL: https://github.com/creativcoder/logic_gates
- Owner: creativcoder
- License: mit
- Created: 2018-07-24T00:57:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T21:44:54.000Z (over 7 years ago)
- Last Synced: 2025-01-15T01:47:07.453Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/creativcoder/logic_gates)
This is a sample repository for Travis and Rust demo for Chapter 3 of Mastering Rust 2nd Edition