// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.
//! Hyperlight libc crate
//!
//! This crate provides the picolibc library for Hyperlight guests.
//! It builds picolibc from source and generates Rust bindings to the
//! C library types and functions.
// Include the generated bindings
include!;
pub use *;