Closed micahsnyder closed 7 months ago
The C-Rust FFI code is needlessly complex. Now that we are calling into magic_scan from Rust, we can simply hand off the <style> block contents to Rust code to handle extraction and scanning.
magic_scan
<style>
The C-Rust FFI code is needlessly complex. Now that we are calling into
magic_scan
from Rust, we can simply hand off the<style>
block contents to Rust code to handle extraction and scanning.