7 releases

0.1.8 Oct 30, 2024
0.1.7 Oct 15, 2024
0.1.6 Aug 17, 2024
0.1.3 Jul 12, 2024
0.1.1 May 20, 2024

#183 in #site

Download history 146/week @ 2024-10-29 14/week @ 2024-11-05 1/week @ 2024-11-12 9/week @ 2024-11-19 8/week @ 2024-12-10 3/week @ 2024-12-17 148/week @ 2025-02-11

148 downloads per month
Used in 2 crates (via i18n_js)

MulanPSL-2.0

27KB
495 lines

minjs

use aok::{Result, OK};
use static_init::constructor;

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

#[test]
fn test() -> Result<()> {
  // let dir = env!("CARGO_MANIFEST_DIR");
  // let dir: PathBuf = dir.into();

  // let r = minjs(dir.join("tests/test.js"))?;
  // dbg!(r);
  OK
}

About

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于

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

Dependencies

~31–44MB
~759K SLoC