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 1
1
# metis-rs
2
2
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
4
4
partitioning. It is made to be used with Rust version 1.67.0 or above.
5
5
6
6
## Getting Started
7
7
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 ` :
9
9
10
10
``` toml
11
11
[dependencies ]
12
- metis-rs = " 0.2"
12
+ metis = " 0.2"
13
13
```
14
14
15
15
The 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