oxihuman-export 0.1.2

Export pipeline for OxiHuman — glTF, COLLADA, STL, and streaming formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0

//! Re-exports for backward compatibility.
//!
//! Implementation is split across:
//! - [`super::grpc_stub_types`]   — protocol types, frames, streams, payloads
//! - [`super::grpc_stub_service`] — convenience builders, gRPC-Web, legacy API

pub use super::grpc_stub_service::{
    add_metadata, build_grpc_request, build_grpc_response, is_ok, GrpcRequest, GrpcResponse,
};
pub use super::grpc_stub_types::{GrpcCompression, GrpcFrame};