Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renie/electronics


https://github.com/renie/electronics

Last synced: about 2 months ago
JSON representation

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
```