slurm 0.1.0

Interface to the Slurm workload manager.
docs.rs failed to build slurm-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: slurm-0.1.3

slurm-rs

Rust bindings for the Slurm workload manager.

The API coverage is far from complete, but the basic framework is in place.

Compatibility

At the moment, this crate will work if compiled against Slurm 17.11. It should work with newer versions and might work with somewhat older versions; however it is known not to work with version 17.02. This crate also requires that the Slurm accounting database and libslurmdb library are available. It would be great to relax these requirements, but the necessary technical groundwork has not yet been laid. Contributions are welcome!

Licensing

Licensed under the MIT License.