vtcode-commons 0.47.5

Shared traits for paths, telemetry, and error reporting reused across VTCode component extractions
Documentation
[dependencies.anyhow]
version = "1"

[features]
default = []

[lib]
name = "vtcode_commons"
path = "src/lib.rs"

[package]
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-interface"]
description = "Shared traits for paths, telemetry, and error reporting reused across VTCode component extractions"
documentation = "https://docs.rs/vtcode-commons"
edition = "2021"
homepage = "https://github.com/vinhnx/vtcode"
keywords = ["vt", "commons", "traits", "utilities", "error-handling"]
license = "MIT"
name = "vtcode-commons"
readme = "README.md"
repository = "https://github.com/vinhnx/vtcode"
resolver = "3"
version = "0.47.5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]