redact-api 0.8.1

REST API service for PII detection and anonymization
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2026 Censgate LLC.
// Licensed under the Business Source License 1.1 (BUSL-1.1).
// See the LICENSE file in the project root for license details,
// including the Additional Use Grant, Change Date, and Change License.

pub mod handlers;
pub mod models;
pub mod routes;
pub mod server;

pub use server::ApiServer;