csharp_binder 0.3.1

A library to generate C# bindings for a Rust foreign function interface (FFI)
Documentation
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0.60"

[package]
authors = ["Deukhoofd <Deukhoofd@gmail.com>"]
categories = ["external-ffi-bindings"]
description = "A library to generate C# bindings for a Rust foreign function interface (FFI)"
edition = "2018"
homepage = "https://github.com/Deukhoofd/csharp_binder/"
keywords = ["ffi", "csharp", "bindgen", "binding"]
license = "MIT"
name = "csharp_binder"
readme = "README.md"
repository = "https://github.com/Deukhoofd/csharp_binder/"
version = "0.3.1"