unifi-search-tool_v2.1.6
- Switch regex engine from
fancy-regex
toregex-automaton
- MAC address validation regex is now compiled into a DFA when the binary/executable is compiled (much more efficient regex)
- DFA built by
build.rs
and bundled into the executable withinclude_bytes!()
- reduced size of the executable by over 1MB