gluer 0.9.2

A wrapper for Rust frameworks that eliminates redundant type and function definitions between the frontend and backend
Documentation
1
2
3
4
5
6
7
pub(crate) mod generate;
pub(crate) mod metadata;
pub(crate) mod rust;

pub fn s_err(span: proc_macro2::Span, msg: impl std::fmt::Display) -> syn::Error {
    syn::Error::new(span, msg)
}