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

bin+lib melodium-repository

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

7 releases

0.8.0 May 2, 2024
0.8.0-rc3 Apr 30, 2024
0.8.0-rc1 Mar 19, 2024
0.7.1 Nov 24, 2023
0.7.0-rc1 Jul 13, 2023

#1130 in Concurrency

Download history 6/week @ 2024-02-17 28/week @ 2024-02-24 4/week @ 2024-03-02 15/week @ 2024-03-09 87/week @ 2024-03-16 12/week @ 2024-03-23 19/week @ 2024-03-30 87/week @ 2024-04-06 15/week @ 2024-04-13 231/week @ 2024-04-27 19/week @ 2024-05-04 14/week @ 2024-05-18 2/week @ 2024-05-25

82 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