msgpass 0.5.0

Thin wrapper to a Message Passing Interface (MPI)
Documentation
1
2
3
4
5
6
7
8
9
10
/// Defines a type alias for the error type as a static string
pub type StrError = &'static str;

mod constants;
mod conversion;
mod enums;
mod interface_mpi;
pub use crate::conversion::*;
pub use crate::enums::*;
pub use crate::interface_mpi::*;