3 个版本

0.1.5 2024 年 8 月 17 日
0.1.3 2024 年 8 月 15 日
0.1.2 2024 年 8 月 15 日

#409国际化 (i18n)

Download history 178/week @ 2024-08-10 162/week @ 2024-08-17

340 每月下载量

MulanPSL-2.0

9KB
82

only_url

use only_url::only_url;
use static_init::constructor;
use tracing::info;

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

// #[tokio::test]
// async fn test() -> Result<()> {
//   info!("{}", 123456);
//   OK
// }

#[test]
fn main() {
  fn test(s: &str) {
    info!("{s} {}", only_url(s));
  }
  test(" ![ ](content) !   ");
  test(" x ![ ](content) !   ");
  test(" ![x](content)");
  test(" [](content)");
  test(" abc");
}

关于

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

关于

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

依赖

~130KB