Add text attributes

This commit is contained in:
Jeremy Soller 2022-10-25 14:14:23 -06:00
parent bc04887b35
commit 84f4381cdf
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
6 changed files with 83 additions and 88 deletions

View file

@ -1,5 +1,8 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
pub use self::attrs::*;
mod attrs;
pub use self::buffer::*;
mod buffer;