docs.rs failed to build openconnect-core-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
openconnect-core-0.1.5
Openconnect Core Library
This library provides a Rust API for interacting with underlying Openconnect C library. The unsafe bindings are provided by the openconnect-sys crate.
Prerequisites
Read the openconnect-sys crate documentation for installing prerequisites including native system libraries and headers.
Usage
-
Add
openconnect-coreto yourCargo.toml:[] = "0.1" -
Use the library in your code:
use ; use env; -
For more use cases, you can checkout our CLI application openconnect-cli.
-
For GUI/CLI applications, you can checkout our github repository Openconnect-RS