Nothing, yet...
- Added
interface
method to get the current interface of an instance.
- Added
all_interfaces
method to get devices other than just typewifi
.
- Fixed unhandled
.unwrap()
. - Fixed ifname wlan0 always being used in
disconnect
. - Added interfaces fetching
- Implemented
std::Error
onWFError
. - Fixed
repository
crate link.
- Added
is_active
on Hotspot to check if the interface currently runs the hotspot.
- Added the
serde
feature flag, it is disabled by default, enables serde Serialize/Deserialize on used types.
- Replace
String
parameters with&str
.
The first usable version of the crate, yay!
- Linux support using
nmcli
.
The first markdown, the crate is unusable as it doesn't contain anything helpful.