summaryrefslogtreecommitdiff
path: root/rust/src/download_provider.rs
AgeCommit message (Expand)Author
2025-10-22[Rust] Refactor download provider module to allow for custom implementationsMason Reed
2025-08-06[Rust] Take download callbacks by reference to avoid boxingMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-04-26Misc rust formattingMason Reed
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-01-25Rust refactorMason Reed