# PodmanLens documentation
Choose the shortest document that answers the task.
## Use the library
- [Task-oriented guides](public/index.md)
- [Rust API](https://docs.rs/podman-lens)
- [Compatibility](public/compatibility/index.md)
## Integrate or extend it
- [Architecture](architecture.md)
- [API and schema stability](api-stability.md)
- [Project structure](project-structure.md)
- [Machine-readable capability evidence](../catalogue/v1/)
Cross-format mapping belongs to the downstream application. BoxFerry documents its Podman adapter
next to the neutral model and route implementation that own those decisions.
## Maintain the repository
- [Contributing](../CONTRIBUTING.md)
- [Testing](testing.md)
- [Dependency policy](dependency-policy.md)
- [Release process](releasing.md)
- [Roadmap](roadmap.md)
## Understand past decisions
- [Architecture decisions](decisions/README.md)
- [Changelog](../CHANGELOG.md)
Current-state documents describe how the released library behaves now. Completed implementation
history belongs in the changelog, Git history, and decision records rather than duplicated status
narratives.