|
||
---|---|---|
.reuse | ||
LICENSES | ||
doc | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
electron-placer
This crate contains multiple example placement engines for the LibrEDA-Rust framework. The some placement algorithms implemented in this crate simulate the movement of electric charges which are hold together by the net connectivity.
See the documentation for more information.
Documentation
Build and open the documentation with cargo:
cargo doc --open
Or find it here.