This crate provides auto-generated FFI bindings for OpenConnect, the open client for Cisco AnyConnect.
The crate links dynamically to your local version of libopenconnect
.
In the build process, pkg-config
is used to find the library.
Install using Homebrew:
brew install openconnect pkg-config
Install using apt:
sudo apt install libopenconnect-dev pkg-config
OpenConnect is licensed under GNU LGPL v2.1. This crate links dynamically to the library, allowing the crate to be permissively licensed (MIT OR Apache-2.0).