h4cnull
                                            h4cnull
                                        
                                    in pcre_compile function, the option | PCRE_UTF8 | PCRE_NO_UTF8_CHECK , "PCRE_UTF8" should be remove.
Maybe 192.168.0.0 or 192.168.0.255 should be contained in "192.168.0.0/24",crate has provided netwrok(),broadcast() for "suggestion",also hosts() just provide hosts suggestion。the truly network address or broadcast should be "defined" by user self....
I was using libssh2 in my zig program,when i build with: zig build command,the error reported. this is the source code. ``` // zig main.zig const libssh2 = @cImport(@cInclude("libssh2.h")); .......