diff --git a/Cargo.toml b/Cargo.toml index a24124e..5ad71d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netdev" -version = "0.35.3" +version = "0.36.0" authors = ["shellrow "] edition = "2021" description = "Cross-platform library for network interface" diff --git a/LICENSE b/LICENSE index ff072bd..72a8e54 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 shellrow +Copyright (c) 2021-2025 shellrow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index beab3b7..c36edb3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - Get list of available network interfaces - Get default network interface - Access additional information related to network interface +- Get traffic statistics (RX/TX bytes) for each interface Please refer to the [Interface][doc-interface-url] struct documentation for detail. @@ -31,7 +32,7 @@ This project was rebranded from [default-net][default-net-crates-io-url] by the Add `netdev` to your dependencies ```toml:Cargo.toml [dependencies] -netdev = "0.35" +netdev = "0.36" ``` For more details, see [examples][examples-url] or [doc][doc-url].