Skip to main content

Module common

Module common 

Source

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.