mirror of
https://github.com/kharonsec/SecurityArc
synced 2026-05-05 06:31:58 +02:00
update documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user