Docs.rs
nu-protocol-0.106.0
nu-protocol 0.106.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:nushell:publishing
sophiajt
Dependencies
brotli ^7.0
normal
optional
bytes ^1
normal
chrono ^0.4.34
normal
chrono-humanize ^0.2.3
normal
dirs ^5.0
normal
fancy-regex ^0.14
normal
heck ^0.5.0
normal
indexmap ^2.10
normal
log ^0.4
normal
lru ^0.12
normal
memchr ^2.7.4
normal
miette ^7.6
normal
nu-derive-value ^0.106.0
normal
nu-experimental ^0.106.0
normal
nu-glob ^0.106.0
normal
nu-path ^0.106.0
normal
nu-system ^0.106.0
normal
nu-utils ^0.106.0
normal
num-format ^0.4
normal
os_pipe ^1.2
normal
optional
rmp-serde ^1.3
normal
optional
serde ^1.0
normal
serde_json ^1.0.97
normal
strum ^0.26
normal
strum_macros ^0.26
normal
thiserror ^2.0.12
normal
typetag ^0.2
normal
web-time ^1.1.0
normal
nu-test-support ^0.106.0
dev
nu-utils ^0.106.0
dev
os_pipe ^1.2
dev
pretty_assertions ^1.4
dev
rstest ^0.23
dev
serde_json ^1.0.97
dev
tempfile ^3.20
dev
nix ^0.29
normal
dirs-sys ^0.4
normal
windows ^0.56
normal
windows-sys ^0.48
normal
Versions
30.61%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
nu_
protocol
0.106.0
JobId
Aliased Type
Trait Implementations
Display
In crate nu_
protocol
nu_protocol
Type Alias
JobId
Copy item path
Source
pub type JobId =
Id
<
Job
>;
Aliased Type
§
pub struct JobId {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Display
for
JobId
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more