Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
goingson
main
tag: launch-2026-06-01
Files
Commits
Issues
goingson
/
crates
/
core
/
src
/
plugin
/
mod.rs
219 B · 9 lines
History
Blame
Raw
1
//!
Plugin system types and traits.
2
//!
3
//!
This module defines the core types for the GoingsOn plugin system,
4
//!
including import/export adapters, plugin metadata, and result types.
5
6
pub
mod
types
;
7
8
pub
use
types
::
*
;
9