ray-rs-sys 0.0.0

Low-level bindings to the for the C-ABI Ray CoreWorker (shared library) harness
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ray-rs-sys"
version = "0.0.0"
authors = ["Jonathan Chuang"]
edition = "2018"
license = "Apache-2.0"
publish = true
repository = "https://github.com/ray-project/ray"
description = "Low-level bindings to the for the C-ABI Ray CoreWorker (shared library) harness"

[dependencies]

[build-dependencies]
bindgen = "0.53.1"