File: mod.rs

package info (click to toggle)
rust-serde-json-path-macros-internal 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
mod args;
mod define;

pub(crate) use args::RegisterMacroArgs;
pub(crate) use define::expand;