You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6-25Lines changed: 6 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,31 +21,12 @@ A comprehensive Rust library and command-line interface for interacting with the
21
21
22
22
## Features
23
23
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
0 commit comments