16 releases (8 breaking)

0.9.1 Mar 15, 2023
0.9.0-rc.2 Dec 22, 2022
0.9.0-rc.1 Jul 14, 2022
0.8.1 Sep 23, 2022
0.1.1 Dec 16, 2020

#404 in Web programming

32 downloads per month

Custom license

415KB
9K SLoC

Bindle - Aggregate Object Storage System

Bindle is an aggregate object storage system used for storing aggregate applications. For more information and examples, see the README in the Bindle repo. This README is primarily for those consuming Bindle as an SDK. The main repo README contains information on the specification and server/client binaries.

Using the crate

Add the following to your Cargo.toml dependencies:

bindle = "0.5"

Features

By default, all of the following features are enabled. To use specific features (for example, just using the client component):

bindle = { version = "0.5", default-features = false, features = ["client"]}
  • client: The client component of Bindle. This includes a fully featured client SDK.
  • caching (also enables client): An optional caching component for Bindle. Currently, these are just used to keep a local cache of bindles
  • server: The server side components necessary to run a bindle server
  • test-tools: A helpful set of testing tools for loading and managing bindles

Compatibility

While this crate is pre-1.0, we make no guarantees about API stability. However, any breaking API changes will be clearly communicated in release notes in the repo.

Dependencies

~15–34MB
~657K SLoC