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-configInstall using apt:
sudo apt install libopenconnect-dev pkg-configOpenConnect 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).