18 releases

0.7.6 Oct 8, 2023
0.7.4 May 3, 2023
0.7.3 Mar 3, 2023
0.7.2 Nov 18, 2022
0.2.0 Nov 13, 2020

#324 in WebAssembly

Download history 126/week @ 2023-08-10 100/week @ 2023-08-17 171/week @ 2023-08-24 70/week @ 2023-08-31 86/week @ 2023-09-07 65/week @ 2023-09-14 57/week @ 2023-09-21 131/week @ 2023-09-28 142/week @ 2023-10-05 63/week @ 2023-10-12 70/week @ 2023-10-19 120/week @ 2023-10-26 93/week @ 2023-11-02 113/week @ 2023-11-09 122/week @ 2023-11-16 69/week @ 2023-11-23

420 downloads per month
Used in 2 crates

Apache-2.0

51KB
1K SLoC

Fluvio is a high-performance distributed data streaming platform that's written in Rust, built to make it easy to run real-time applications.

Contributing

If you'd like to contribute to the project, please read our Contributing guide.

License

This project is licensed under the Apache license.


lib.rs:

Data structures and domain logic for reading the Fluvio Package Index.

This crate is used by the plugin installer and the self-updater. It is capable of reading the index file in the Fluvio Package Registry in order to find the latest release versions of various components.

The two main use-cases for this are to allow the CLI to install plugins, e.g. via fluvio install fluvio-cloud, and to give the CLI visibility of new releases for itself and plugins.

Dependencies

~2.5–4MB
~102K SLoC