-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
good first issueDoes NOT mean "an LLM can do this." Please discuss the constraints and intended approach.Does NOT mean "an LLM can do this." Please discuss the constraints and intended approach.tech debt
Description
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::*;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueDoes NOT mean "an LLM can do this." Please discuss the constraints and intended approach.Does NOT mean "an LLM can do this." Please discuss the constraints and intended approach.tech debt