scotch-sys 0.2.1

Raw FFI to Scotch, the graph partitioner, graph clusterer and sparse matrix orderer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.bindgen]
default-features = false
version = "0.65"

[package]
authors = ["Hubert Hirtz <hubert@hirtz.pm>"]
categories = ["external-ffi-bindings", "mathematics"]
description = "Raw FFI to Scotch, the graph partitioner, graph clusterer and sparse matrix orderer"
edition = "2021"
keywords = ["graph", "mesh", "matrix", "partitioning", "ordering"]
license = "MIT OR Apache-2.0"
name = "scotch-sys"
readme = "README.md"
repository = "https://github.com/LIHPC-Computational-Geometry/scotch-rs/tree/scotch-sys-0.2.0/scotch-sys"
version = "0.2.1"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]