fake-enum

Crates.iofake-enum
lib.rsfake-enum
version0.1.4
sourcesrc
created_at2021-01-11 01:43:47.257971
updated_at2021-08-09 20:05:50.411004
description A rust crate for creating FFI safe "fake" enum types
homepage
repositoryhttps://github.com/chorman0773/rust-fake-enum
max_upload_size
id339858
size283,137
Connor Horman (chorman0773)

documentation

README

Rust Fake Enums

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.

License

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.

Commit count: 5

cargo fmt