mmdeploy-sys 0.1.0

FFI bindings to MMDeploy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mmdeploy-sys"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = "FFI bindings to MMDeploy"
repository = "https://github.com/liu-mengyang/rust-mmdeploy-sys"
keywords = ["mmdeploy", "deployment"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
bindgen = "0.60.1"