dataplane_sdk/lib.rs
1// Copyright (c) 2026 Metaform Systems, Inc
2//
3// This program and the accompanying materials are made available under the
4// terms of the Apache License, Version 2.0 which is available at
5// https://www.apache.org/licenses/LICENSE-2.0
6//
7// SPDX-License-Identifier: Apache-2.0
8//
9// Contributors:
10// Metaform Systems, Inc. - initial API and implementation
11//
12
13pub mod core;
14pub mod error;
15pub mod sdk;
16
17#[cfg(test)]
18pub mod sdk_test;