khive-pack-template 0.4.0

Reference template for new khive packs (ADR-023 §8). Copy this crate to get a working pack scaffold.
Documentation
1
2
3
4
5
6
7
//! Vocabulary (note kinds and entity kinds) contributed by the template pack.

/// Note kinds this pack contributes to the runtime vocabulary.
pub const NOTE_KINDS: &[&str] = &["template_note"];

/// Entity kinds this pack contributes to the runtime vocabulary.
pub const ENTITY_KINDS: &[&str] = &[];