Crates.io | fake-enum |
lib.rs | fake-enum |
version | 0.1.4 |
source | src |
created_at | 2021-01-11 01:43:47.257971 |
updated_at | 2021-08-09 20:05:50.411004 |
description | A rust crate for creating FFI safe "fake" enum types |
homepage | |
repository | https://github.com/chorman0773/rust-fake-enum |
max_upload_size | |
id | 339858 |
size | 283,137 |
A small library that allows you to declare "fake" enums, which can be safely used with FFI, or reinterpreted from bytes sourced from a user-controlled input.
Copyright (C) 2021 Connor Horman
This repository is dual licensed under the terms of the MIT and Apachev2 license. If you deal in the software, you must comply with the terms of both licenses.
Any contributions intentionally submitted by you for inclusion in this repository must be dual licensed as above.