mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
break down tek/src/lib.rs into lib,model,view,keys,cli,audio
This commit is contained in:
parent
751e7d2160
commit
415dc444ea
7 changed files with 1334 additions and 1303 deletions
|
|
@ -10,7 +10,7 @@ pub(crate) use self::ParseError::*;
|
|||
pub(crate) use konst::iter::{ConstIntoIter, IsIteratorKind};
|
||||
pub(crate) use konst::string::{split_at, str_range, char_indices};
|
||||
pub(crate) use std::error::Error;
|
||||
pub(crate) use std::fmt::{Debug, Display, Formatter, Result as FormatResult, Error as FormatError};
|
||||
pub(crate) use std::fmt::{Debug, Display, Formatter, Result as FormatResult};
|
||||
/// Static iteration helper.
|
||||
#[macro_export] macro_rules! iterate {
|
||||
($expr:expr => $arg: pat => $body:expr) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue