Docs.rs
Boa-0.13.1
Boa 0.13.1
Docs.rs crate page
Unlicense
/
MIT
Links
Repository
crates.io
Source
Owners
jasonwilliams
Dependencies
bitflags ^1.3.2
normal
boa_unicode ^0.13.0
normal
chrono ^0.4.19
normal
dyn-clone ^1.0.4
normal
fast-float ^0.2.0
normal
gc ^0.4.1
normal
indexmap ^1.7.0
normal
measureme ^9.1.2
normal
optional
num-bigint ^0.4.2
normal
num-integer ^0.1.44
normal
num-traits ^0.2.14
normal
once_cell ^1.8.0
normal
optional
rand ^0.8.4
normal
regress ^0.4.1
normal
rustc-hash ^1.1.0
normal
ryu-js ^0.2.1
normal
serde ^1.0.130
normal
serde_json ^1.0.68
normal
unicode-normalization ^0.1.19
normal
criterion ^0.3.5
dev
float-cmp ^0.9.0
dev
getrandom ^0.2.3
normal
jemallocator ^0.3.2
dev
Versions
72.32%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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 async_function_decl
boa
0.13.1
Module async_
function_
decl
Module Items
Structs
In boa::
syntax::
ast::
node::
declaration
boa
::
syntax
::
ast
::
node
::
declaration
Module
async_
function_
decl
Copy item path
Source
Expand description
Async Function Declaration.
Structs
ยง
Async
Function
Decl
An async function is used to specify an action (or series of actions) to perform asynchronously.