traits-plugin-api 0.260327.152038

C ABI wrapper for trait cdylib plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "traits-plugin-api"
version = "0.260327.152038"
edition = "2021"
description = "C ABI wrapper for trait cdylib plugins"
authors = ["kilian"]
license = "MIT"
repository = "https://github.com/kilian-ai/traits.build"
homepage = "https://traits.build/"

[lib]
path = "plugin_api.rs"

[dependencies]
serde_json = "1"

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(kernel)'] }