4 个版本

0.1.5 2024 年 8 月 17 日
0.1.4 2024 年 7 月 26 日
0.1.3 2024 年 7 月 24 日
0.1.2 2024 年 7 月 24 日

8#pos

Download history 374/week @ 2024-07-22 24/week @ 2024-07-29 132/week @ 2024-08-12 18/week @ 2024-08-19

每月 191 次下载
用于 aiapi

MulanPSL-2.0

5KB

pos_next

可以在不同线程之间共享的 pos,使用了不安全代码,不保证数字的连续性

use aok::{Result, OK};
use pos_next::PosNext;
use static_init::constructor;
use tracing::info;

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

#[test]
fn test() -> Result<()> {
  let p = PosNext::new();
  info!("{}", p.next());
  info!("{}", p.next());
  info!("{}", p.next());
  info!("{}", p.next());
  OK
}

关于

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

关于

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

依赖

~310KB