libertaria-stack/core/l0-transport/utcp.zig

10 lines
295 B
Zig

// SPDX-License-Identifier: LCL-1.0
// Copyright (c) 2026 Libertaria Contributors
// This file is part of the Libertaria Core, licensed under
// The Libertaria Commonwealth License v1.0.
//! Sovereign Index for UTCP
pub const socket = @import("utcp/socket.zig");
pub const UTCP = socket.UTCP;