docs.rs failed to build ipset-0.7.1
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:
ipset-0.9.0
IPSet
A library wrapper for libipset.
Support the following options:
- sorted ->
EnvOption::Sorted - exist ->
EnvOption::Exist - quiet ->
EnvOption::Quiet - resolve ->
EnvOption::Resolve - name ->
EnvOption::ListSetName - terse ->
EnvOption::ListHeader
Support the following commands:
- add
- del
- test
- create
- list
- destroy
- flush
- save
- restore
Support the following type:
- BitmapIp
- BitmapIpMac
- BitmapPort
- HashIp
- HashIpMac
- HashIpMark
- HashIpPort
- HashIpPortIp
- HashIpPortNet
- HashMac
- HashNet
- HashNetIface
- HashNetNet
- HashNetPort
- HashNetPortNet
- ListSet,
Example
use IpAddr;
use ;