Releases: SSL-ACTX/srapi-rs
Releases · SSL-ACTX/srapi-rs
0.1.0
Release v0.1.0
🎉 Initial Release
srapi-rs is now available! This release introduces a unified Rust library, CLI, and FFI bindings for interacting with anonymous ephemeral file hosting services.
🚀 Key Features
- Multi-Provider Support:
- Filebin: Full bucket management (create, upload, delete, inspect).
- Jumpshare: High-speed, stealthy multipart uploading (S3-backed).
- Temp.sh: Simple, direct file hosting (3-day retention).
- Tmpfiles.org: Short-term hosting (60-minute retention).
- Zero-Config CLI: Perform uploads and management directly from the terminal.
- C/Python Interop (FFI): Exported shared library (
.so/.dll) for integrating with non-Rust toolchains. - Async Core: Built on
tokioandreqwestfor high-performance, non-blocking I/O.
📦 Installation
Build from source:
git clone https://github.com/SSL-ACTX/srapi-rs.git
cd srapi-rs
cargo build --releaseUse as library:
Add to your Cargo.toml:
[dependencies]
srapi-rs = { git = "https://github.com/SSL-ACTX/srapi-rs" }🤝 Contributors
Full Changelog: https://github.com/SSL-ACTX/srapi-rs/commits/0.1.0