Skip to content

data_privacy: split data_privacy crate into two or more #371

@Vaiz

Description

@Vaiz

I propose splitting the data_privacy crate into two separate crates: one intended for libraries and another for applications.

The library-focused crate would expose a minimal, stable set of functionality for data classification only, while the application-focused crate would define redactors and other application-specific helpers.

The primary goal is to stabilize the library-facing API and reduce the possibility of future breaking changes. I've already encountered issues when classified types defined using 0.10 version were incompatible with redactors from 0.11 version of data_pravicy crate.

@ralfbiedert , @geeknoid

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