Docs.rs
vtcode-tui-0.86.11
vtcode-tui 0.86.11
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vinhnx
Dependencies
anstyle ^1.0
normal
anstyle-git ^1.1
normal
anstyle-ls ^1.0
normal
anstyle-syntect ^1.0
normal
anyhow ^1.0
normal
better-panic ^0.3
normal
catppuccin ^2.5
normal
chrono ^0.4
normal
color-eyre ^0.6
normal
crossterm ^0.29
normal
futures ^0.3
normal
hashbrown ^0.15
normal
human-panic ^2.0
normal
humantime ^2.1
normal
line-clipping ^0.3
normal
nucleo-matcher ^0.3
normal
once_cell ^1.19
normal
parking_lot ^0.12
normal
pulldown-cmark ^0.13
normal
ratatui ^0.30
normal
regex ^1.12
normal
serde ^1.0
normal
signal-hook ^0.4
normal
syntect ^5.2
normal
terminal_size ^0.4.3
normal
thiserror ^2.0.18
normal
tokio ^1.49
normal
tokio-util ^0.7
normal
toml ^0.9.11
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tui-shimmer ^0.1.3
normal
tui-widget-list ^0.15
normal
unicode-segmentation ^1.11
normal
unicode-width ^0.2.0
normal
vtcode-commons ^0.86.11
normal
criterion ^0.8
dev
insta ^1.39
dev
Versions
43.22%
of the crate is documented
Go to latest version
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_file_with_context_sync
vtcode_
tui
0.86.11
In vtcode_
tui::
utils::
file_
utils
vtcode_tui
::
utils
::
file_utils
Function
write_
file_
with_
context_
sync
Copy item path
Source
pub fn write_file_with_context_sync( path: &
Path
, content: &
str
, purpose: &
str
, ) ->
Result
<
()
>