osf 0.1.0

Parser for Open Screenplay Format (OSF) files used by Fade In Pro screenwriting software
Documentation
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2026-03-23

### Added

- Initial release
- Parse `.fadein` ZIP archives and raw OSF XML
- Support for OSF v1.2, v2.x, and v4.0
- Title page metadata extraction (title, authors, draft, contact, copyright)
- Scene extraction with heading, body, page number, and scene number
- Character and location list extraction from `<lists>` section
- Multi-text-run concatenation for inline formatting spans
- Reconstructed raw screenplay text with standard indentation
- Serde `Serialize` on all public output types
- Comprehensive test suite (unit tests + rustdoc examples)