Docs.rs
atomcode-core-4.23.1
atomcode-core 4.23.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
007gzs
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
atomcode-telemetry ^4.23.1
normal
base64 ^0.22
normal
bincode ^1
normal
chrono ^0.4
normal
dirs ^6
normal
encoding_rs ^0.8
normal
fs2 ^0.4
normal
futures ^0.3
normal
getrandom ^0.2
normal
globset ^0.4
normal
ignore ^0.4
normal
regex ^1
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
sysinfo ^0.32
normal
tar ^0.4
normal
tempfile ^3
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
toml ^0.8
normal
tracing ^0.1
normal
tree-sitter ^0.26
normal
tree-sitter-c ^0.24
normal
tree-sitter-c-sharp ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-go ^0.25
normal
tree-sitter-html ^0.23
normal
tree-sitter-java ^0.23
normal
tree-sitter-javascript ^0.25
normal
tree-sitter-php ^0.24
normal
tree-sitter-python ^0.25
normal
tree-sitter-rust ^0.24
normal
tree-sitter-typescript ^0.23
normal
url ^2
normal
uuid ^1
normal
which ^7
normal
zstd ^0.13
normal
atomcode-telemetry ^4.23.1
dev
serial_test ^3
dev
tempfile ^3
dev
wiremock ^0.6
dev
tar ^0.4
build
zstd ^0.13
build
windows-sys ^0.61
normal
winreg ^0.55
normal
libc ^0.2
normal
Versions
38.01%
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 client
atomcode_
core
4.23.1
Module client
Module Items
Structs
Functions
In atomcode_
core::
coding_
plan
atomcode_core
::
coding_plan
Module
client
Copy item path
Source
Structs
§
Auth
Expired
Typed error surfaced when the API rejects the bearer token (401/403).
Client
Token-authenticated blocking REST client for CodingPlan endpoints.
Functions
§
api_
base_
url
Return the CodingPlan REST API base URL, reading
ATOMCODE_CODINGPLAN_API_BASE
once at first call and caching the result for the process lifetime.
is_
auth_
expired
True iff
err
(or any error in its cause chain) is an
AuthExpired
. Centralised so the orchestrator and shell callers agree on what “stale token” looks like — anywhere we want to decide “rerun OAuth?” goes through here.