corewlan-sys 0.1.1

FFI Bindings to MacOS's CoreWLAN framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "corewlan-sys"
version = "0.1.1"
description = "FFI Bindings to MacOS's CoreWLAN framework."
keywords = ["ffi", "macos", "framework", "wlan"]
categories = ["external-ffi-bindings", "os", "os::macos-apis"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thisjaiden/corewlan-sys/"
edition = "2021"
links = "CoreWLAN"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]

[dependencies]
objc = "0.2.7"