Crates.io | nftables-json |
lib.rs | nftables-json |
version | 0.3.0 |
source | src |
created_at | 2022-12-12 02:55:14.622674 |
updated_at | 2022-12-26 20:42:23.105995 |
description | Serde JSON model for interacting with the nftables `nft` executable |
homepage | https://github.com/alexforster/nftables-json |
repository | https://github.com/alexforster/nftables-json |
max_upload_size | |
id | 734695 |
size | 749,855 |
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
.
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.