File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# metis-rs
22
3- ** metis-rs** is a Rust library providing idiomatic bindings to [ libmetis] [ METIS ] , a library for graph and mesh
3+ ** metis-rs** is a Rust library providing idiomatic bindings to [ libmetis] [ METIS_GH ] , a library for graph and mesh
44partitioning. It is made to be used with Rust version 1.67.0 or above.
55
66## Getting Started
77
8- Library released on [ crates.io] ( https://crates.io/crates/metis-rs ) . To use it, add the following to your ` Cargo.toml ` :
8+ Library released on [ crates.io] ( https://crates.io/crates/metis ) . To use it, add the following to your ` Cargo.toml ` :
99
1010``` toml
1111[dependencies ]
12- metis-rs = " 0.2"
12+ metis = " 0.2"
1313```
1414
1515The list of available versions and a change log are available in the [ CHANGELOG.md] ( CHANGELOG.md ) file.
You can’t perform that action at this time.
0 commit comments