Some docs

This commit is contained in:
Aleksey Kladov 2020-02-27 11:07:26 +01:00
parent 520b0c8faf
commit 364162f875
4 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,5 @@
//! Defines input for code generation process.
pub(crate) struct KindsSrc<'a> {
pub(crate) punct: &'a [(&'a str, &'a str)],
pub(crate) keywords: &'a [&'a str],