Skip to main content

krun_arch_gen/
lib.rs

1// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4#[allow(clippy::all)]
5#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
6pub mod x86;