Skip to content

Clean up re-exports #688

@shinghim

Description

@shinghim

After #668 merges, move reexports to the core module

In a follow up, all of these internal crate re-exports can be done inside core/mod.rs, and then something like

#[cfg(feature = "_core")]
pub use crate::core::*;

#668 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueDoes NOT mean "an LLM can do this." Please discuss the constraints and intended approach.tech debt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions