firewall-objects 0.1.0

Firewall object primitives for networks, services, and application indicators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.1.0] - 2026-01-19
### Added
- Initial release covering network primitives (hosts, CIDRs, ranges, FQDNs).
- Transport services with well-known registry and parsing helpers.
- Application indicators and sample catalog entries.
- Optional JSON-enabled object store with CRUD operations.
- Integration tests demonstrating combined workflows.

### Documentation
- Comprehensive README with usage examples and feature overview.
- Module-level documentation throughout the crate.