melodium-repository

Crates.iomelodium-repository
lib.rsmelodium-repository
version0.9.0-pre.5
created_at2023-07-13 13:09:07.085752+00
updated_at2025-08-24 12:54:00.356635+00
descriptionRepository managment crate for Mélodium, with dependency resolution and retrieval
homepagehttps://melodium.tech
repositoryhttps://gitlab.com/melodium/melodium
max_upload_size
id915306
size122,310
Quentin VIGNAUD (qvignaud)

documentation

README

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.

Commit count: 1772

cargo fmt