14 releases
| 0.9.1 | Oct 27, 2025 |
|---|---|
| 0.9.0-pre.5 | Aug 24, 2025 |
| 0.9.0-pre.4 | Jun 25, 2025 |
| 0.9.0-pre.1 | Mar 25, 2025 |
| 0.7.0-rc1 | Jul 13, 2023 |
#1789 in Concurrency
Used in 4 crates
(via melodium-loader)
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 fromCargo.tomlfiles.
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
~5–25MB
~346K SLoC