pbd 0.0.8

A software development kit for Privacy by Design (PbD).
Documentation
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# Privacy by Design (PbD) SDK


For software development teams who implement Privacy by Design practices, this PbD SDK provides enablers to help you easily and transparently applying best practices. Unlike other solutions, this SDK maps directly to the Data Privacy strategies to provide a complete tool kit and saves developers time from having to search, derive, or piece together disparate solutions.

---

**Table of Contents**
- [Privacy by Design (PbD) SDK]#privacy-by-design-pbd-sdk
  - [What's New]#whats-new
  - [Features]#features
  - [About]#about
  - [How to Contribute]#how-to-contribute
  - [License]#license

## What's New


Here's whats new in 0.0.7:

This project and codebase for this crate has change 
1. Introduced the concept of Data Tracker Chains
   - MarkerChain traits (issue #17)

## Features


- Data Usage Agreements
- Data Tracker Chain

## About


The intent of the `pbd` development kit is to enable the implementation of [privacy design strategies and tactics](./docs/DESIGN-STRATEGIES.md) by providing the functionality and components for developers to implement best practices in their own software soltuions. 

## How to Contribute


Details on how to contribute can be found in the [CONTRIBUTING](./CONTRIBUTING.md) file.

## License


`pbd` is primarily distributed under the terms of the Apache License (Version 2.0).

See [LICENSE-APACHE "Apache License](./LICENSE-APACHE) for details.