char_collection/lib.rs
1// Copyright 2019 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#[macro_use]
6mod macros;
7mod char_collection;
8mod conversions;
9mod operators;
10
11pub use char_collection::{CharCollection, MultiCharRange};