Docs.rs
tantivy-macro-0.1.0
tantivy-macro 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
thlstsul
Dependencies
darling ^0.20.3
normal
proc-macro2 ^1.0.69
normal
quote ^1.0.33
normal
syn ^2.0.38
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
tantivy_macro
0.1.0
All Items
Derive Macros
?
Crate
tantivy_macro
source
·
[
−
]
Derive Macros
Schema
#[derive(Schema)] struct Struct { #[field(name=“field_name”, stored, indexed, coerce, norm)] field: String } detail in test mod.