Skip to main content

Crate bistun_lms

Crate bistun_lms 

Source
Expand description

§Capability Engine Root

Ref: [012-LMS-ENG] Location: crates/bistun-lms/src/lib.rs

Why: This crate root centralizes the 5-phase capability engine’s operational modules and exposes the primary SDK entry point. It serves as the orchestrator for resolving BCP 47 tags into actionable Linguistic DNA. Impact: If this root is compromised or misconfigured, external consumers cannot access the LinguisticManager, rendering the entire capability resolution service unreachable and breaking downstream UI/NLP integrations.

§Glossary

  • Orchestration: The coordination of multiple sub-engines (Taxonomy, Typology, etc.) into a unified result.
  • SDK (Software Development Kit): The public interface providing tools and libraries for developers to integrate Bistun capabilities.

Re-exports§

pub use manager::LinguisticManager;

Modules§

core
The 5-phase resolution pipeline logic.
data
WORM hydration and memory pool management.
manager
The primary SDK interface for external consumers.
ops
System observability and performance telemetry.
security
Cryptographic verification and JWS gates.
validation
Runtime and pre-persistence integrity checks.

Enums§

SdkState
Represents the operational health and readiness of the SDK.