Implement Phase 9: client libraries (Go, Rust, Lisp, Python)
- clients/README.md: canonical API surface and error type reference - clients/testdata/: shared JSON response fixtures - clients/go/: mciasgoclient package; net/http + TLS 1.2+; sync.RWMutex token state; DisallowUnknownFields on all decoders; 25 tests pass - clients/rust/: async mcias-client crate; reqwest+rustls (no OpenSSL); thiserror MciasError enum; Arc<RwLock> token state; 22+1 tests pass; cargo clippy -D warnings clean - clients/lisp/: ASDF mcias-client; dexador HTTP, yason JSON; mcias-error condition hierarchy; Hunchentoot mock-dispatcher; 37 fiveam checks pass on SBCL 2.6.1; yason boolean normalisation in validate-token - clients/python/: mcias_client package (Python 3.11+); httpx sync; py.typed; dataclasses; 32 pytest tests; mypy --strict + ruff clean - test/mock/mockserver.go: in-memory mock server for Go client tests - ARCHITECTURE.md §19: updated per-language notes to match implementation - PROGRESS.md: Phase 9 marked complete - .gitignore: exclude clients/rust/target/, python .venv, .pytest_cache, .fasl files Security: token never logged or exposed in error messages in any library; TLS enforced in all four languages; token stored under lock/mutex/RwLock
This commit is contained in:
18
clients/rust/target/debug/deps/cc-de54006d6d00ad47.d
Normal file
18
clients/rust/target/debug/deps/cc-de54006d6d00ad47.d
Normal file
@@ -0,0 +1,18 @@
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/deps/cc-de54006d6d00ad47.d: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/apple.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/generated.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/llvm.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/parser.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/command_helpers.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tool.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tempfile.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/utilities.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/flags.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/detect_compiler_family.c
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/deps/libcc-de54006d6d00ad47.rlib: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/apple.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/generated.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/llvm.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/parser.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/command_helpers.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tool.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tempfile.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/utilities.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/flags.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/detect_compiler_family.c
|
||||
|
||||
/Users/kyle/src/mcias/clients/rust/target/debug/deps/libcc-de54006d6d00ad47.rmeta: /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/apple.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/generated.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/llvm.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/parser.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/command_helpers.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tool.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tempfile.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/utilities.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/flags.rs /Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/detect_compiler_family.c
|
||||
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/apple.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/generated.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/llvm.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/target/parser.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/command_helpers.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tool.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/tempfile.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/utilities.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/flags.rs:
|
||||
/Users/kyle/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/detect_compiler_family.c:
|
||||
Reference in New Issue
Block a user