Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renie/electronics
https://github.com/renie/electronics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renie/electronics
- Owner: renie
- Created: 2023-09-20T10:57:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T16:04:59.000Z (over 1 year ago)
- Last Synced: 2023-09-23T14:59:47.523Z (over 1 year ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electronics
(Warning: this project is not meant to be used in production, just for Rust studies)
The idea here is try to simulate an electronic circuit based on a JSON that describes its structure.
## Deps
No deps so far. You can skip this.
## Run
```
cargo run
```## Tests
```
cargo test
```