Crate tantivy_macro

source ·

Derive Macros

  • #[derive(Schema)] struct Struct { #[field(name=“field_name”, stored, indexed, coerce, norm)] field: String } detail in test mod.