JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

no clue what this is

Amber - ⁨1⁩ year ago

parent: tbd commit: ⁨7889bf6

⁨giterated-plugin/src/domain.rs⁩ - ⁨243⁩ bytes
Raw
1 use giterated_abi::state::{DomainState, StateItem};
2
3 struct PluginDomainState {
4 pub metadata: StateItem<DomainState>,
5 }
6
7 /// Sources a [`DomainState`] state entry for the plugin.
8 pub fn plugin_domain_state() -> DomainState {
9 todo!()
10 }
11