oneapi_rs/lib.rs
1//
2// Copyright (C) 2026 Intel Corporation
3//
4// Under the MIT License or the Apache License v2.0.
5// See LICENSE-MIT and LICENSE-APACHE for license information.
6// SPDX-License-Identifier: MIT OR Apache-2.0
7//
8
9pub mod info;
10pub mod platform;
11pub mod device;
12pub mod queue;
13pub mod usm;
14pub mod buffer;