liwe 0.1.10

IWE core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod changes;
mod config;
mod delete;
mod extract;
mod inline;
mod rename;
mod util;

pub use changes::{Changes, OperationError};
pub use config::{ExtractConfig, InlineConfig};
pub use delete::delete;
pub use extract::{extract, extract_all};
pub use inline::inline;
pub use rename::rename;
pub use util::{format_target_key, string_to_slug, KeyFormatContext};