libmcl-sys 0.1.2-rc1

This system crate provides Rust language bindings to the Minos Compute Library (MCL)
Documentation
1
2
3
4
#ifndef MINOS_SCHED_H
#define MINOS_SCHED_H
int mcl_initiate_scheduler(int argc, char *argv[]);
#endif