Skip to content

Split the crate into a workspace with multiple members? #246

@JohnScience

Description

@JohnScience

As a user of the crate, I often want to implement From<T> for BoltType.

It would probably make sense to move BoltType to a separate crate, so that the crates exposing the types that need to implement From<T> for BoltType can depend exclusively on the crate exporting the BoltType (and, eventually, the macros for deriving the impl).

It should reduce the compilation dependencies, improving the compile times for projects using neo4rs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions