1// Copyright 2023 The ChromiumOS Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
45#![warn(clippy::missing_panics_doc)]
6#![warn(clippy::panic)]
7#![warn(clippy::unwrap_used)]
89mod bool_decoder;
10pub mod parser;
11mod probs;