Docs.rs
codama-plugin-core-0.10.0
codama-plugin-core 0.10.0
Docs.rs crate page
Apache-2.0
26 July 2026
Links
Repository
crates.io
Source
Owners
lorisleiva
Dependencies
codama-attributes ^0.10.0
normal
codama-errors ^0.10.0
normal
codama-korok-visitors ^0.10.0
normal
codama-koroks ^0.10.0
normal
codama-nodes ^0.10.0
normal
syn ^2.0
dev
Versions
50%
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
Crate codama_plugin_core
codama_
plugin_
core
0.10.0
All Items
Crate Items
Structs
Traits
Functions
Type Aliases
Crate
codama_
plugin_
core
Copy item path
Source
Structs
§
Composite
Directive
Resolver
A
DirectiveResolver
built from all installed plugins. Iterates over plugins to find one that can resolve the given directive.
Default
Plugin
Resolve
Directives
Visitor
A visitor that resolves all
Resolvable::Unresolved
entries in the korok tree by delegating to the
DirectiveResolver
.
Traits
§
Directive
Resolver
Trait that allows plugins to resolve directives from other plugins. The framework builds a
DirectiveResolver
from all installed plugins and passes it to
resolve_type_directive
/
resolve_value_directive
.
Korok
Plugin
Functions
§
resolve_
plugins
Combine all plugins into a single function that runs them in sequence.
Type Aliases
§
Resolve
Plugins
Result