o2o-impl 0.5.4

Implementation of 'o2o' crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "syn2")]
use syn2 as syn;

syn::custom_keyword!(vars);
syn::custom_keyword!(repeat);
syn::custom_keyword!(permeate);
syn::custom_keyword!(skip_repeat);
syn::custom_keyword!(stop_repeat);
syn::custom_keyword!(Unit);
syn::custom_keyword!(attribute);
syn::custom_keyword!(impl_attribute);
syn::custom_keyword!(inner_attribute);