update documentation

This commit is contained in:
2025-12-11 12:31:09 +01:00
parent 920ea14bee
commit d001809a11
9 changed files with 401 additions and 51 deletions

View File

@@ -1,5 +1,17 @@
# SecureArc API Reference
This document provides detailed API documentation for developers integrating SecureArc into their applications.
## Table of Contents
- [Core Library](#core-library-securearc-core)
- [ArchiveWriter](#archivewriter)
- [ArchiveReader](#archivereader)
- [Configuration](#configuration)
- [Error Handling](#error-handling)
- [CLI Tool](#cli-tool-securearc-cli)
- [GUI Application](#gui-application-securearc-gui)
## Core Library (securearc-core)
### ArchiveWriter
@@ -71,6 +83,8 @@ All operations return `Result<T, SecureArcError>` where errors include:
## CLI Tool (securearc-cli)
The CLI tool provides command-line access to all SecureArc functionality. For complete documentation, see [CLI Reference](CLI_REFERENCE.md).
### Create Archive
```bash