Docs.rs
arui-core-0.0.1
arui-core 0.0.1
Permalink
Docs.rs crate page
MIT
09 September 2026
Links
Repository
crates.io
Source
Owners
Feudalman
Dependencies
derive_builder ^0.20.2
normal
thiserror ^2.0.12
normal
uuid ^1.16.0
normal
Versions
90.77%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module utils
arui_
core
0.0.1
Module utils
Sections
工具模块
Module Items
Functions
In crate arui_
core
arui_core
Module
utils
Copy item path
Source
Expand description
§
工具模块
提供一些通用的工具方法,包括:
生成随机 id
检查路径是否合法
Functions
§
check_
path
检查路径是否合法 接受一个路径参数,可以是绝对路径也可以是一个相对路径 若路径不存在则抛出错误 InvalidPath,存在则返回当前路径的绝对路径
generate_
id
生成随机 id