Re-exports§
pub use doc_anchor::doc_anchor_for_rule;pub use effect::ActionEffect;pub use effect::EffectWrite;pub use effect::IntentField;pub use effect::IntentRecord;pub use error_info::ErrorInfo;pub use error_info::Phase;pub use error_info::RuleViolation;pub use errors::ValidationError;pub use intent_id::derive_intent_id;pub use manifest::resolve_manifest_name;pub use manifest::ManifestNameError;pub use value::PrimitiveKind;pub use value::Value;pub use value::ValueType;
Modules§
- doc_
anchor - effect
- error_
info - errors
- common::errors
- intent_
id - manifest
- value
Functions§
- is_
valid_ id - Validate that an identifier follows the naming convention: starts with lowercase ASCII letter, followed by lowercase ASCII letters, digits, or underscores.