rustyhdf5-derive 1.93.0

Derive macros for rustyhdf5 HDF5 traits
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 18.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 313.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • osobh

rustyhdf5-derive

crates.io docs.rs

Derive macros for rustyhdf5 HDF5 traits.

Features

  • #[derive(HDF5Type)] for automatic HDF5 datatype mapping
  • Struct-to-compound-type derivation

Usage

use rustyhdf5_derive::HDF5Type;

#[derive(HDF5Type)]
struct Point {
    x: f64,
    y: f64,
    z: f64,
}

License

MIT