12 releases (breaking)

0.8.1 Nov 27, 2023
0.7.0 Oct 9, 2023
0.6.0 Dec 1, 2022
0.5.0 Nov 21, 2022
0.0.2 Nov 17, 2021

#117 in Testing

Download history 4/week @ 2024-02-25 2/week @ 2024-03-10 141/week @ 2024-03-31

143 downloads per month

MIT license

24MB
8K SLoC

Rust 4.5K SLoC // 0.1% comments Go 2.5K SLoC // 0.2% comments C 1.5K SLoC // 0.0% comments Shell 23 SLoC // 0.4% comments

Storj Uplink Library for Rust

CI Status crates.io docs.rs Crates.io

Safe and idiomatic Rust crate library for the Storj Uplink Library.

Current status

This crate has implemented all the functionalities offered by the uplink-sys create and it's fully documented.

It has several unit-tests and integration tests which prove that a big part of the public API works as expected.

The crate is fully documented and the docs contains documentation outside of the API (types, function, etc.).

We consider its current status beta and it can be use for production systems with care because, despite of the integration tests, we don't know any reference that this crate is used in any production application.

If you're using this crate in any of your applications, we'd love that you open an issue and you tell us about.

Implementation

This crate wraps the uplink-sys crate present in this same repository for offering an safe and idiomatic Rust Storj Uplink.

Because it relies on uplink-sys and uplink-sys requires Go, using this crate also requires Go.

Development requirements

For development the only requirements are Rust and Go.

For running the integration tests you need a Docker version that has the compose command, which is the docker-compose tool that it's now integrated in Docker. The command is needed because the Makefile invoked, but you should be able to use a Docker version without the compose command, using the docker-compose, however, you will have to run by hand or make an straightforward change in the Makefile.

Dependencies