chipsenkbeil / vimwiki-rs

Rust library and tooling to parse, render, and modify vimwiki text and files.
56 stars 2 forks source link

Make table iter structs top-level exports #136

Closed chipsenkbeil closed 3 years ago

chipsenkbeil commented 3 years ago

Currently structs like HeaderRows are not available at the top level of vimwiki's exports but instead through vimwiki::iter::HeaderRows. Want a flat export, so should make table's iter module private and exported into the table module.