Crates.io | tlns-google-oauth2-proc |
lib.rs | tlns-google-oauth2-proc |
version | 0.2.1 |
source | src |
created_at | 2024-06-30 10:15:01.93149 |
updated_at | 2024-07-04 11:03:13.287964 |
description | A half-assed procedural macro that generates Scope enums and trait that converting the scopes back and fourth |
homepage | |
repository | https://github.com/timelessnesses/tlns-google-oauth2 |
max_upload_size | |
id | 1287903 |
size | 72,121 |
This crate contains generate_scopes_enums!()
that will generate a bunch of enum scopes with full scope conversion.
This is intended to be used in tlns-google-oauth2
but you can make changes to it.