localize_it 2.1.0

Simple and fast library for localization
Documentation
1
2
3
4
5
6
7
use proc_macro2::Ident;
use syn::LitStr;

pub struct Variant {
    pub name: Ident,
    pub label: LitStr,
}