n5i-plugin-common 0.12.0-dev.1

API definitions for developing n5i plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2024-2026 The n5i Project
//
// SPDX-License-Identifier: AGPL-3.0-or-later

pub use n5i_plugin_proto::api;

#[cfg(feature = "repo")]
pub mod repo;
#[cfg(feature = "runtime")]
pub mod runtime;