#artificial-intelligence #coding-assistant #llm

agcodex-common

Shared utilities and types for AGCodex crates

1 unstable release

Uses new Rust 2024

0.1.0 Aug 23, 2025

#29 in #coding-assistant

Download history 130/week @ 2025-08-20 42/week @ 2025-08-27 46/week @ 2025-09-03 28/week @ 2025-09-10 10/week @ 2025-09-17 37/week @ 2025-09-24 17/week @ 2025-10-01 17/week @ 2025-10-08 48/week @ 2025-10-15 26/week @ 2025-10-22

114 downloads per month
Used in 7 crates (6 directly)

Apache-2.0

2MB
45K SLoC

agcodex-common

This crate is designed for utilities that need to be shared across other crates in the workspace, but should not go in core.

For narrow utility features, the pattern is to add introduce a new feature under [features] in Cargo.toml and then gate it with #[cfg] in lib.rs, as appropriate.

Dependencies

~441MB
~13M SLoC