Joel Galenson | 72a74a8 | 2021-11-11 10:11:51 -0800 | [diff] [blame] | 1 | /* |
| 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 Maurer | a35432f | 2022-02-02 00:04:07 +0000 | [diff] [blame] | 16 | // 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 Galenson | 72a74a8 | 2021-11-11 10:11:51 -0800 | [diff] [blame] | 19 | |
Matthew Maurer | a35432f | 2022-02-02 00:04:07 +0000 | [diff] [blame] | 20 | mod adaptation; |
Joel Galenson | 50c4f70 | 2021-12-20 15:33:42 -0800 | [diff] [blame] | 21 | pub mod error; |
Joel Galenson | ae5f5d7 | 2021-12-20 13:54:26 -0800 | [diff] [blame] | 22 | pub mod event_manager; |
ziyiw | 300842f | 2021-12-13 10:04:00 +0000 | [diff] [blame] | 23 | pub mod uci; |