Skip to content

Commit 2796175

Browse files
committed
Condense feature list formatting in Readme
Simplified the Features section by merging individual feature descriptions into a concise bulleted list for improved readability.
1 parent 181d99b commit 2796175

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

Readme.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,12 @@ A comprehensive Rust library and command-line interface for interacting with the
2121

2222
## Features
2323

24-
**Dataverse Rust** provides complete coverage of core Dataverse operations through both a programmatic library interface and a full-featured CLI:
25-
26-
### 📚 Collections
27-
28-
Create, publish, and manage Dataverse collections with hierarchical organization support.
29-
30-
### 📊 Datasets
31-
32-
Full dataset lifecycle management including creation, metadata editing, versioning, publishing, linking, and deletion. Support for dataset locks and review workflows.
33-
34-
### 📁 Files
35-
36-
Upload files via standard or direct upload (with parallel batch support), replace existing files, download files and complete datasets, and manage file metadata.
37-
38-
### 🔍 Search
39-
40-
Query datasets and files across your Dataverse instance with flexible search parameters.
41-
42-
### 🛠️ Administration
43-
44-
Manage storage drivers, configure external tools, and perform administrative operations.
45-
46-
### ℹ️ Instance Information
47-
48-
Retrieve version information and available metadata exporters from your Dataverse instance.
24+
- **📚 Collections** - Create, publish, and manage Dataverse collections with hierarchical organization support
25+
- **📊 Datasets** - Full dataset lifecycle management including creation, metadata editing, versioning, publishing, linking, and deletion. Support for dataset locks and review workflows
26+
- **📁 Files** - Upload files via standard or direct upload (with parallel batch support), replace existing files, download files and complete datasets, and manage file metadata
27+
- **🔍 Search** - Query datasets and files across your Dataverse instance with flexible search parameters
28+
- **🛠️ Administration** - Manage storage drivers, configure external tools, and perform administrative operations
29+
- **ℹ️ Instance Information** - Retrieve version information and available metadata exporters from your Dataverse instance
4930

5031
## Installation
5132

0 commit comments

Comments
 (0)