YanHeDoki
YanHeDoki
Like a structured context with an ip address as the key ```rust use serde::Serialize; use tera::{Context, Tera}; #[derive(Serialize)] struct Device { pub device_ip: String, pub description: String, } fn main()...
Added try_read_byte method. The try_read method may cause a panic when reading u8 as char with some colored characters . #103 Add a method to get u8 characters directly
Motivation Add file-stream examples #3047 Solution The example part of the PR that I submitted earlier, now I'm splitting the PR Thanks for review. @jplatte