mpi 0.8.1

Message Passing Interface bindings for Rust
Documentation
1
2
3
4
5
6
7
8
# Enables the use of the features below
unstable_features = true

# Group imports from the same crate/module together
imports_granularity = "Crate"

# Sort imports into three sections. Standard library, external and internal
group_imports = "StdExternalCrate"