From 4aafa15a34645394b693155cc8db07e3581320c0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 00:21:58 +0900 Subject: feat(port): port ArchiveDownloader.php --- crates/shirabe-php-shim/src/lib.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crates/shirabe-php-shim/src') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 512c932..d89aed5 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -655,3 +655,15 @@ pub const CURL_VERSION_HTTPS_PROXY: i64 = 2097152; pub fn curl_version() -> Option>> { todo!() } + +pub fn bin2hex(data: &[u8]) -> String { + todo!() +} + +pub fn random_bytes(length: usize) -> Vec { + todo!() +} + +pub fn is_dir(path: &str) -> bool { + todo!() +} -- cgit v1.3.1