blob: f9a18ab189803f82ef16958c30f7d8f0ea878ef1 [file] [log] [blame]
Joel Galenson72a74a82021-11-11 10:11:51 -08001/*
2 * Copyright (C) 2021 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Matthew Maurera35432f2022-02-02 00:04:07 +000016// TODO remove this and add appropriate documentation once it is decided whether this stays here or
17// moves into packages/modules/Uwb
18#![allow(missing_docs)]
Joel Galenson72a74a82021-11-11 10:11:51 -080019
Matthew Maurera35432f2022-02-02 00:04:07 +000020mod adaptation;
Joel Galenson50c4f702021-12-20 15:33:42 -080021pub mod error;
Joel Galensonae5f5d72021-12-20 13:54:26 -080022pub mod event_manager;
ziyiw300842f2021-12-13 10:04:00 +000023pub mod uci;