Skip to content

unifi-search-tool_v2.1.6

Compare
Choose a tag to compare
@Crypto-Spartan Crypto-Spartan released this 13 Mar 08:23
· 23 commits to main since this release
40f1757
  • Switch regex engine from fancy-regex to regex-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 with include_bytes!()
    • reduced size of the executable by over 1MB