naiveproxy/src/base/lib.rs
2022-03-03 00:03:57 +08:00

13 lines
380 B
Rust

// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// At present, none of this is used except in our Rust unit tests.
// Absolutely all of this is therefore #[cfg(test)] to avoid
// 'unused' warnings.
mod json;
mod rs_glue;
mod values;
mod values_deserialization;