Metadata-Version: 2.4
Name: libifstate_rs
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: IfState library helpers in rust
License-Expression: GPL-3.0-or-later
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://codeberg.org/routerkit/libifstate_rs/src/branch/main/CHANGELOG.md
Project-URL: Homepage, https://codeberg.org/routerkit/libifstate_rs
Project-URL: Issues, https://codeberg.org/routerkit/libifstate_rs/issues
Project-URL: Repository, https://codeberg.org/routerkit/libifstate_rs.git

# IfState library helpers in rust

This package provides python3 bindings implementing performance critical parts of [IfState](https://ifstate.net) in Rust (related to *rtnetlink*).

Improvement of *rtnetlink* **filtering** performance:

- [ ] `get_neighbours()`
- [x] `get_routes()`

