Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockchaincommons/bc-depo-api-rust
API for the Blockchain Commons Depository ('depo') server.
https://github.com/blockchaincommons/bc-depo-api-rust
Last synced: 3 months ago
JSON representation
API for the Blockchain Commons Depository ('depo') server.
- Host: GitHub
- URL: https://github.com/blockchaincommons/bc-depo-api-rust
- Owner: BlockchainCommons
- License: other
- Created: 2023-11-16T10:13:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T01:07:59.000Z (3 months ago)
- Last Synced: 2024-10-19T02:26:03.415Z (3 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY-REVIEW.md
Awesome Lists containing this project
README
# Blockchain Commons Depository API
### _by Wolf McNally_
## Introduction
Blockchain Commons Depository (`depo`) is server-based software that provides
for the secure storage and retrieval of binary objects without regard to their
contents.This crate (`depo-api`) provides a Rust API for the `depo` server. It is
intended to be used by clients that want to store and retrieve BLOBs from a
`depo` server. It primarily includes structures and methods to marshal and
unmarshal the API requests and responses.## Status
This is an early development release. It is not yet ready for production use.
Please see the [`depo`](https://crates.io/crates/depo) crate for more
information.