Skip to content

Releases: SSL-ACTX/srapi-rs

0.1.0

31 Jan 17:52
7164c25

Choose a tag to compare

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 tokio and reqwest for 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 --release

Use 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