superinstance-ffi 0.1.0

Unified FFI crate for SuperInstance math primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "superinstance-ffi"
version = "0.1.0"
edition = "2021"
description = "Unified FFI crate for SuperInstance math primitives"
license = "MIT"
repository = "https://github.com/SuperInstance/superinstance-ffi"
readme = "README.md"

[lib]
crate-type = ["cdylib", "staticlib", "lib"]

[build-dependencies]
cbindgen = "0.28"