Results 8 comments of Vadim Smirnov

I think you should add `--features=ffi-bindings` to your cargo build command. For example, if you are building the library for Windows platform, then you can look at my [fork](https://github.com/wiresock/boringtun/tree/win_stat_lib_with_rand). Check...

@spylogsster I recently updated to the latest and successfully rebuilt the static libraries. What platform are you trying to build?

@spylogsster Have you modified boringtun/Cargo.toml and .cargo/config.toml?

You just have to read the compiler log: ``` error[E0463]: can't find crate for `core` | = note: the `x86_64-pc-windows-msvc` target may not be installed = help: consider downloading the...

Weird... What was an output from the `rustup target add x86_64-pc-windows-msvc`?

Here are the test results from a couple of years ago on Windows, comparing the performance of the WireSock VPN Client, which is based on the Boringtun library, with several...

Architecturally, WireSock sets itself apart with its innovative integration of Boringtun and [Windows Packet Filter](https://github.com/wiresock/ndisapi). The latter acts as a sophisticated low-level packet filter, adept at intercepting packets from the...

You can reach me at [email protected] for further discussions and the Slack invite.