LDeakin / zarrs

A rust library for the Zarr storage format for multidimensional arrays and metadata
Apache License 2.0
104 stars 10 forks source link

Add public getters for Node properties #13

Closed lorenzocerrone closed 8 months ago

lorenzocerrone commented 8 months ago

Feature requested in #12

Changes:

codecov[bot] commented 8 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (ef43dbb) 81.63% compared to head (61e41ab) 81.59%.

Files Patch % Lines
src/node.rs 0.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================== - Coverage 81.63% 81.59% -0.04% ========================================== Files 127 127 Lines 18606 18615 +9 ========================================== Hits 15189 15189 - Misses 3417 3426 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

LDeakin commented 8 months ago

Thanks @lorenzocerrone and best of luck with your project!

lorenzocerrone commented 8 months ago

Awesome, thanks a lot!