7 releases

new 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

#128 in #site

Download history 79/week @ 2024-07-08 40/week @ 2024-07-15 34/week @ 2024-07-29 122/week @ 2024-08-05 143/week @ 2024-08-12 30/week @ 2024-08-19 7/week @ 2024-08-26 11/week @ 2024-09-02 5/week @ 2024-09-09 47/week @ 2024-09-16 11/week @ 2024-09-23 7/week @ 2024-09-30 183/week @ 2024-10-14 19/week @ 2024-10-21

210 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–43MB
~778K SLoC