zvec-derive 0.1.0

Derive macros for the `zvec` crate (`#[derive(IntoDoc)]`, `#[derive(FromDoc)]`).
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 22.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 332.54 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oly-wan-kenobi

zvec-derive

Derive macros for the zvec crate.

You almost certainly don't want this crate directly. Enable the derive feature on zvec instead:

[dependencies]
zvec = { version = "0.1", features = ["derive"] }

and use #[derive(IntoDoc)] / #[derive(FromDoc)] re-exported from zvec. See the zvec crate documentation for the full attribute set and usage examples.

License

Apache-2.0, matching the parent crate.