Docs.rs
callisto-cli-0.4.0
callisto-cli 0.4.0
Docs.rs crate page
AGPL-3.0-only
23 August 2026
Links
Repository
crates.io
Source
Owners
castrog
Dependencies
anstream ^0.6
normal
callisto-changelog ^0.4.0
normal
callisto-conventional ^0.4.0
normal
callisto-format ^0.4.0
normal
callisto-graph ^0.4.0
normal
callisto-manifests ^0.4.0
normal
callisto-model ^0.4.0
normal
callisto-vcs ^0.4.0
normal
clap ^4
normal
clap_complete ^4
normal
comfy-table ^7
normal
dialoguer ^0.11
normal
dunce ^1
normal
indexmap ^2
normal
miette ^7
normal
path-slash ^0.2
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
similar ^2
normal
thiserror ^1
normal
insta ^1.41
dev
rstest ^0.23
dev
tempfile ^3
dev
trycmd ^0.15
dev
Versions
47.97%
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
write_json
callisto_
cli
0.4.0
In callisto_
cli::
output
callisto_cli
::
output
Function
write_
json
Copy item path
Source
pub fn write_json<W:
Write
, S:
Serialize
+ ?
Sized
>( w:
&mut W
, val:
&S
, ) ->
Result
<
()
>