Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netdev"
version = "0.35.3"
version = "0.36.0"
authors = ["shellrow <shellrow@fortnium.com>"]
edition = "2021"
description = "Cross-platform library for network interface"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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].
Expand Down