8 releases

0.9.0-pre.1 Mar 25, 2025
0.8.0 May 2, 2024
0.8.0-rc3 Apr 30, 2024
0.8.0-rc1 Mar 19, 2024
0.7.0-rc1 Jul 13, 2023

#686 in Science

Download history 2/week @ 2025-01-01 57/week @ 2025-03-19 63/week @ 2025-03-26 7/week @ 2025-04-02 11/week @ 2025-04-09

138 downloads per month
Used in 5 crates (via melodium-loader)

EUPL-1.2

395KB
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–23MB
~363K SLoC