Skip to main content

head_str

Function head_str 

Source
pub(crate) fn head_str(s: &str, max: usize) -> &str
Expand description

文字境界を尊重して先頭 max バイトまでを返す(ログ用の安全トリム・UTF-8 途中で切らない)。