depo-api

Crates.iodepo-api
lib.rsdepo-api
version
sourcesrc
created_at2023-11-16 10:16:57.562668
updated_at2025-02-04 11:10:35.626197
descriptionAPI for the Blockchain Commons Depository ('depo') server.
homepage
repositoryhttps://github.com/BlockchainCommons/bc-depo-api-rust
max_upload_size
id1037487
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Wolf McNally (wolfmcnally)

documentation

https://docs.rs/depo-api

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 crate for more information.

Commit count: 30

cargo fmt