ffi_reflect 1.0.2

Provides a derive macro that genreates a reflection method for C-comaptible types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.ffi_reflect_derive]
version = "1.0.1"

[package]
authors = ["Danil Gulin <d.nk.gulin@gmail.com>"]
categories = ["development-tools::ffi"]
description = "Provides a derive macro that genreates a reflection method for C-comaptible types"
edition = "2021"
keywords = ["ffi"]
license = "MIT"
name = "ffi_reflect"
readme = "README.md"
repository = "https://github.com/dngulin/ffi_reflect"
version = "1.0.2"