noritada / grib-rs

GRIB format parser for Rust
Apache License 2.0
57 stars 9 forks source link

Re-export `Name` and `Num` in `codetables` directly under the crate root #47

Closed noritada closed 1 year ago

noritada commented 1 year ago

This PR re-exports Name and Num in codetables directly under the crate root for a better coding experience. This is a follow-up to #44.