[dependencies]
template_rs = "0.1"let mut decoder = UserDecoder::new();
decoder = decoder.next_identifier()?;
let (output, decoder) = decoder.decode_name()?;
decoder = decoder.next_identifier()?;
let (output, decoder) = decoder.decode_comment(|comment_decoder| {
})?;- Create a Rust open-source repo fast
template-rs is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2021 Al Liu.