4 个版本

0.1.6 2024 年 8 月 17 日
0.1.3 2024 年 6 月 13 日
0.1.2 2024 年 2 月 21 日
0.1.1 2024 年 2 月 21 日

#47#mark-down

Download history 139/week @ 2024-06-09 6/week @ 2024-06-16 98/week @ 2024-08-11 48/week @ 2024-08-18

每月 146 次下载

MulanPSL-2.0

5KB
52

sline

use aok::{Result, OK};
use sline::Line;
use static_init::constructor;
use tracing::info;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[tokio::test]
async fn test() -> Result<()> {
  let txt_li = [
    r#"0
11

    22
 

  333
  4
    567

    9"#,
    "1\r\n2\r3\n4\n",
  ];

  for txt in txt_li {
    for i in Line::new(txt) {
      info!("{:?}", i);
    }
  }
  OK
}

关于

本项目是 i18n.site ⋅ 国际化解决方案 的开源组件。

关于

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

无运行时依赖