nftables-json

Crates.ionftables-json
lib.rsnftables-json
version0.3.0
sourcesrc
created_at2022-12-12 02:55:14.622674
updated_at2022-12-26 20:42:23.105995
descriptionSerde JSON model for interacting with the nftables `nft` executable
homepagehttps://github.com/alexforster/nftables-json
repositoryhttps://github.com/alexforster/nftables-json
max_upload_size
id734695
size749,855
Alex Forster (alexforster)

documentation

README

nftables-json

Serde JSON model for interacting with the nftables nft executable

Provides Rust types that map directly to the nftables JSON object model, allowing serialization and deserialization of input and output from the nft --json command using Serde and serde_json.

Contributing

This library is made available under the terms of either the Apache License, Version 2.0 or the MIT License, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this library by you shall be dual licensed as above, without any additional terms or conditions.

Copyright (c) nftables-json Developers

SPDX-License-Identifier: MIT OR Apache-2.0

Note that the tests for this library are made available under a different license. See the README in the tests/ directory for more information.

Commit count: 4

cargo fmt