Docs.rs
aethershell-0.3.1
aethershell 0.3.1
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
admercs
Dependencies
anyhow ^1
normal
async-stream ^0.3
normal
async-trait ^0.1
normal
axum ^0.7
normal
optional
base64 ^0.21
normal
chrono ^0.4
normal
clap ^4.0
normal
crossterm ^0.27
normal
optional
csv ^1.3
normal
dirs ^5.0
normal
futures ^0.3
normal
futures-util ^0.3
normal
getrandom ^0.2
normal
hex ^0.4
normal
image ^0.24
normal
optional
jsonschema ^0.17
normal
optional
keyring ^2.3
normal
optional
lazy_static ^1.4
normal
libloading ^0.8
normal
md5 ^0.7
normal
mime ^0.3
normal
notify ^6.1
normal
rand ^0.8
normal
ratatui ^0.26
normal
optional
rodio ^0.17
normal
optional
secrecy ^0.8
normal
semver ^1.0
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1.0
normal
tokio ^1.0
normal
optional
tokio-stream ^0.1
normal
toml ^0.8
normal
tower ^0.4
normal
optional
tower-http ^0.5
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tui-input ^0.8
normal
optional
url ^2.5
normal
urlencoding ^2.1
normal
utoipa ^4.0
normal
optional
utoipa-swagger-ui ^6.0
normal
optional
uuid ^1.0
normal
viuer ^0.7
normal
optional
walkdir ^2
normal
optional
which ^6
normal
optional
zeroize ^1.7
normal
criterion ^0.5
dev
reqwest ^0.12
normal
console_error_panic_hook ^0.1
normal
optional
js-sys ^0.3
normal
optional
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
libc ^0.2
normal
Versions
45.29%
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
type_of_expr
aethershell
0.3.1
In aethershell::
typecheck
aethershell
::
typecheck
Function
type_
of_
expr
Copy item path
Source
pub fn type_of_expr(expr: &
Expr
, env: &mut
TypeEnv
) ->
Result
<
Type
,
TypeError
>