Expand description
This crate contains Rust bindings to Xenon. Xenon is a middleware that provides a uniform interface to various software systems that are used in the area of scientific and high-performance computing. These bindings are based on gRPC and require a Xenon gRPC server to attach to. Consistency is maintained with Xenon’s Java API.
Modules§
- compute
- Contains the equivalent of Xenon’s
Scheduler
. - credentials
- Contains the equivalent of Xenon’s
Credential
. - storage
- Contains the equivalent of Xenon’s
FileSystem
.