standout-macros 7.2.0

Proc macros for compile-time resource embedding in Standout
Documentation
1
2
3
4
5
6
7
8
9
//! Implementation of the `#[derive(Seekable)]` macro.
//!
//! This module provides derive macro support for the Seeker query engine,
//! generating accessor functions and field constants from struct annotations.

mod attrs;
mod derive;

pub use derive::seekable_derive_impl;