cheers 0.1.0-alpha.1

Fullstack hypermedia framework for Rust.
1
2
3
4
5
6
use crate::{context::Element, render::Buffer};

#[inline]
pub fn __push_element_source_hint(buffer: &mut Buffer<Element>, source: &str) {
    crate::pi_extension::push_element_source_hint(buffer, source);
}