bsget

Crates.iobsget
lib.rsbsget
version0.1.0
created_at2025-06-23 15:49:35.5095+00
updated_at2025-06-23 15:49:35.5095+00
descriptionGet random bull shit from someone elses computer
homepage
repositoryhttps://github.com/realchonk/bsget
max_upload_size
id1723108
size14,396
Benjamin Stürz (realchonk)

documentation

README

BullShitGet

Use bsget to get random bullshit from someone elses computer.

Use Case 1: Avoiding bullshit cargo

use bsget::bsget;

bsget!("https://gist.github.com/realchonk/240ab69d3dac4741afce2200d5cb9493/raw/06dcd1dc7e05d8ff68cc65eab4afcc5696d8ec6d/hello.rs" as hello);

fn main() {
    hello::hello();
}

Use Case 2: Downloading random bullshit data

use bsget::bsget;

fn main() {
    let cookie = bsget!("https://gist.github.com/realchonk/63c5831a0e7d799d0fe9b7076bf908a4/raw/f080ea373d2e37f3f658bf164a43e5eee48ddda9/secretcookie.rs");
    println!("Cookie Value: {cookie:?}");
}
Commit count: 0

cargo fmt