tmthecoder / xotp

An HOTP & TOTP implementation in Rust
MIT License
5 stars 3 forks source link

Add `#[repr(C)]` as a feature #3

Closed tmthecoder closed 2 years ago

tmthecoder commented 2 years ago

Adds the #[repr(C)] attribute for each public struct for those using the crate with the "ffi" feature enabled