#parallelization #scalability #async #dataflow #signal #cargo-toml

bin+lib melodium-repository

Repository managment crate for Mélodium, with dependency resolution and retrieval

5 releases

0.8.0-rc2 Apr 11, 2024
0.8.0-rc1 Mar 19, 2024
0.7.1 Nov 24, 2023
0.7.0 Aug 25, 2023
0.7.0-rc1 Jul 13, 2023

#1125 in Concurrency

Download history 4/week @ 2024-02-16 22/week @ 2024-02-23 12/week @ 2024-03-01 12/week @ 2024-03-08 84/week @ 2024-03-15 18/week @ 2024-03-22 17/week @ 2024-03-29 63/week @ 2024-04-05 41/week @ 2024-04-12

146 downloads per month
Used in 2 crates (via melodium-loader)

EUPL-1.2

390KB
10K SLoC

Mélodium repository crate

Mélodium repository utilities.

This crate provides repository logic for the Mélodium environment.

Look at the Mélodium crate or the Mélodium Project for more detailed information.

Features

  • network (disabled by default): allow network access to retrieve packages;
  • cargo (disabled by default): allow to extract package informations from Cargo.toml files.

Network security

This crate uses different security implementations depending on platform it is built for. When built for apple targets, it uses the native system TLS implementation. When build for Windows systems with msvc target, it uses the MS TLS implementation. For all other targets, rustls is used.
Only applicable when network feature is enabled.

Dependencies

~6–22MB
~346K SLoC