1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4//! Crate for dynamically creating ACPI tables. 5 6#![expect(missing_docs)] 7#![forbid(unsafe_code)] 8 9pub mod builder; 10pub mod dsdt;