Docs.rs
nu-engine-0.100.0
nu-engine 0.100.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
log ^0.4
normal
nu-glob ^0.100.0
normal
nu-path ^0.100.0
normal
nu-protocol ^0.100.0
normal
nu-utils ^0.100.0
normal
terminal_size ^0.3
normal
Versions
49.28%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nu_
engine
0.100.0
In nu_
engine::
command_
prelude
nu_engine
::
command_prelude
Macro
record
Copy item path
Source
macro_rules!
record { {$(
$col
:expr =>
$val
:expr),+ $(,)
?
} => { ... }; {} => { ... }; }