It appears that [`ComponentEncoder::library`](https://docs.rs/wit-component/latest/src/wit_component/encoding.rs.html#2783-2785) is not actually usable external to the crate, due to `LibraryInfo` not being exported in the top-level lib: https://docs.rs/wit-component/latest/src/wit_component/lib.rs.html#20 Am I using this incorrectly (with the intention to call `library` on `ComponentEncoder`) / or is `LibraryInfo` supposed to be exported top level?