Docs.rs
aether-azathoth-0.4.0
aether-azathoth 0.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xiaozuhui
Dependencies
calamine ^0.32.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
pyo3 ^0.27.2
normal
optional
rust_xlsxwriter ^0.92.2
normal
serde_json ^1.0.148
normal
tokio ^1.49.0
normal
optional
ureq ^3.1.4
normal
criterion ^0.8.1
dev
tokio ^1.49.0
dev
cbindgen ^0.29.2
build
console_error_panic_hook ^0.1
normal
js-sys ^0.3.83
normal
wasm-bindgen ^0.2.106
normal
Versions
56.46%
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 array
aether
0.4.0
Module array
Module Items
Functions
In aether::
builtins
aether
::
builtins
Module
array
Copy item path
Source
Expand description
Array manipulation built-in functions
Functions
§
filter
Filter 函数
join
将数组元素连接成字符串
map
Map 函数
max
获取数组中的最大值
min
获取数组中的最小值
pop
移除并返回数组的最后一个元素
push
添加元素到数组末尾
range
生成数字范围数组
reduce
Reduce 函数(占位符)
reverse
反转数组
sort
对数字数组进行排序
sum
计算数字数组的总和