Docs.rs
aether-azathoth-0.3.0
aether-azathoth 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xiaozuhui
Dependencies
calamine ^0.31.0
normal
chrono ^0.4
normal
crossbeam ^0.8
normal
lazy_static ^1.4
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
rust_xlsxwriter ^0.91.0
normal
serde_json ^1.0
normal
tokio ^1
normal
optional
ureq ^3.1.4
normal
criterion ^0.7.0
dev
tokio ^1
dev
cbindgen ^0.29.2
build
console_error_panic_hook ^0.1
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
Versions
68.75%
of the crate is documented
Go to latest version
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
Module string
aether
0.3.0
Module string
Module Items
Functions
In aether::
builtins
aether
::
builtins
Module
string
Copy item path
Source
Expand description
String manipulation built-in functions
Functions
§
char_at
获取指定位置的字符
contains
检查是否包含子字符串
ends_
with
检查是否以指定后缀结尾
index_
of
查找子串位置
lower
转换为小写
repeat
重复字符串
replace
替换字符串中的所有匹配项
split
分割字符串
starts_
with
检查是否以指定前缀开头
strlen
获取字符串长度
substr
字符串切片
trim
去除首尾空白字符
upper
转换为大写