技术栈

web_time

Source.Liu
4 小时前
rust·web_time
【web_time】web_time库web_time 是一个专为 Rust 和 WebAssembly (Wasm) 设计的日期时间库,旨在解决 Rust 标准库 std::time 在浏览器环境中无法工作的问题。简单来说,它让你在浏览器里运行 Rust 代码时,也能像在原生环境中一样使用 Instant 和 SystemTime 来处理时间。
我是有底线的