You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we re-export many items from the crate root, notably including all items from the byteorder module. Historically, we haven't had a consistent philosophy about this. Before 0.8 is a good time to reconsider this strategy. We should:
Come up with a consistent strategy about when to re-export
For any exports that currently exist that we'd like to remove, mark them as #[deprecated] for 0.8, and plan to remove them in 0.9
While we're at it, this may be a good time to consider a more general module refactoring (#252)
The text was updated successfully, but these errors were encountered:
Currently, we re-export many items from the crate root, notably including all items from the
byteorder
module. Historically, we haven't had a consistent philosophy about this. Before 0.8 is a good time to reconsider this strategy. We should:#[deprecated]
for 0.8, and plan to remove them in 0.9The text was updated successfully, but these errors were encountered: