vyrax_engine 0.2.1
vyrax_engine: ^0.2.1 copied to clipboard
Analyzer engine scaffolding and execution surfaces for Vyrax.
example/vyrax_engine_example.dart
import 'package:vyrax_engine/vyrax_engine.dart';
void main() {
// Placeholder import usage proving package wiring.
const registryType = VyraxRuleRegistry;
if (registryType.toString().isEmpty) {
throw StateError('Registry type should be available.');
}
}