summaryrefslogtreecommitdiff
path: root/rust/src/downloadprovider.rs
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-05-10hide array implementation detailsRubens Brandao
2024-04-16add guard to array with unbound return typesRubens Brandao
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the core....KyleMiles
2023-01-10Remove unused impls of `AsRef<T> for T`Michael Krasnitski
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2022-09-29[Rust API] DownloadProviderGlenn Smith