MCPcopy Index your code
hub / github.com/abonander/anterofit

github.com/abonander/anterofit @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
244 symbols 445 edges 23 files 121 documented · 50%
What it actually does AI analysis from the code graph — generated when you open this
loading…

Extension points exported contracts — how you extend this code

Interceptor (Interface)
A trait describing a type which may intercept and modify outgoing request from an adapter instance. Implemented for `Fn [9 …
src/net/intercept.rs
AbsAdapter (Interface)
Used by Anterofit's various APIs. [2 implementers]
src/adapter.rs
Deserializer (Interface)
A trait describing types which can concurrently deserialize other types from byte-streams. [2 implementers]
src/serialize/mod.rs
Executor (Interface)
A trait describing a type which can execute tasks (in the background or otherwise). Invoking `ExecBox` *may* panic, so [2 …
src/executor/mod.rs
UnsizeService (Interface)
Unsizeable service trait. Used with `Adapter::arc_service()`. Use `unsizeable!()` to create an impl of this trait for y
src/lib.rs
PostService (Interface)
(no doc)
service-attr/examples/post_service.rs
FromResponse (Interface)
A trait describing types which can be converted from raw response bodies. Implemented for `T: Deserialize + Send + 'sta [4 …
src/net/response.rs
PrivAdapter (Interface)
Private adapter trait [2 implementers]
src/adapter.rs

Core symbols most depended-on inside this repo

into
called by 11
src/net/response.rs
into_opt_obj
called by 8
src/net/intercept.rs
push
called by 8
src/net/body.rs
clone
called by 7
src/mpmc.rs
clone
called by 5
src/adapter.rs
exec
called by 5
src/net/request.rs
block
called by 5
src/net/call.rs
iter
called by 4
src/mpmc.rs

Shape

Method 145
Class 54
Function 25
Interface 18
Enum 2

Languages

Rust100%

Modules by API surface

src/net/request.rs31 symbols
src/net/body.rs29 symbols
src/adapter.rs29 symbols
src/net/intercept.rs21 symbols
service-attr/src/lib.rs21 symbols
src/net/call.rs20 symbols
src/serialize/mod.rs14 symbols
src/mpmc.rs14 symbols
service-attr/examples/post_service.rs10 symbols
src/net/response.rs7 symbols
src/executor/threaded.rs7 symbols
src/error.rs7 symbols

For agents

$ claude mcp add anterofit \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact