[][src]Crate pbd

Privacy by Design (PbD) is more important than ever in the industry. No matter if you're an architects, software engineers, test engineer, release manager, or business analyst,
designing systems with privacy in mind is a critical part of your work. For this reason, this library provides functionality and components that help you implement PbD best practices.

Usage

This crate follows the privacy design strategies and tactics and is broken down into aligned features. These features can be specified in Cargo.toml as a dependency.

[dependencies.pbd] version = "0.0.5" default-features = false features = ["dua"]

Feature List
FeaturePackageDefaultDescripotion
Data Tracker ChaindtctrueAuditing of the data lineage
Data Usage AgreementduatrueManagement of how data is allowed to be used

Modules

dtc

Background

dua

Background