Skip to main content

Crate rustidy_util

Crate rustidy_util 

Source
Expand description

Utilities

Re-exports§

pub use self::arena::Arena;
pub use self::arena::ArenaData;
pub use self::arena::ArenaData;
pub use self::arena::ArenaIdx;
pub use self::arena::decl_arena;
pub use self::ast_pos::AstPos;
pub use self::ast_range::AstRange;
pub use self::ast_str::AstStr;
pub use self::config::Config;
pub use self::oob::Oob;
pub use self::whitespace::Whitespace;

Modules§

arena
Arenas
ast_pos
Ast position
ast_range
Ast range
ast_str
Ast string
config
Formatter configuration
oob
Owned or Borrowed
whitespace
Whitespace

Traits§

StrChunk
StrPopFirst

Functions§

is_str_blank
Returns if a string is blank
str_count_newlines
Counts the number of newlines in a string