parley 0.9.0

Parley provides an API for implementing rich text layout.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2025 the Parley Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT

mod cursor;
mod editor;
mod selection;

pub use self::cursor::*;
pub use self::editor::*;
pub use self::selection::*;