clients-macros 0.1.0

Procedural macros for the clients concrete dependency injection crate
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 25.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 317.78 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Sajjon/clients-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Sajjon

Procedural macros that power the public clients API.

The runtime crate intentionally keeps parsing dependencies small and local, so this crate hand-rolls just enough token inspection to support the user-facing client! and #[derive(Depends)] syntaxes without pulling in a larger macro parsing stack.