Docs.rs
atomcode-tuix-4.23.1
atomcode-tuix 4.23.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
007gzs
Dependencies
anyhow ^1
normal
arboard ^3
normal
atomcode-core ^4.23.1
normal
atomcode-telemetry ^4.23.1
normal
base64 ^0.22
normal
crossterm ^0.29
normal
dirs ^6
normal
ignore ^0.4
normal
libc ^0.2
normal
png ^0.17
normal
qrcode ^0.14
normal
serde ^1
normal
serde_json ^1
normal
syntect ^5
normal
tokio ^1
normal
unicode-segmentation ^1
normal
unicode-width ^0.2
normal
urlencoding ^2
normal
uuid ^1
normal
tempfile ^3
dev
vte ^0.15.0
dev
objc2-app-kit ^0.3
normal
objc2-foundation ^0.3
normal
windows-sys ^0.59
normal
Versions
50.39%
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
Module platform
atomcode_
tuix
4.23.1
Module platform
Module Items
Functions
In crate atomcode_
tuix
atomcode_tuix
Module
platform
Copy item path
Source
Functions
§
collapse_
home
Replace a leading
$HOME
in
path
with
~
. Returns
path
unchanged if it doesn’t start under home, or if home isn’t known.
history_
path
Path for the per-user input history file. Uses ATOMCODE_HOME if set, otherwise falls back to home directory.
home_
dir
User home directory, or
None
if it can’t be determined.
image_
cache_
dir
Path for the per-user image attachment cache. Sibling to
history_path()
. Used by the History image-attachment feature to persist pasted bytes so up-arrow recall can rehydrate them on a future submit.