Skip to content

realchonk/bsget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BullShitGet

Use bsget to get random bullshit from someone elses computer. See discussion on lobste.rs.

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:?}");
}

About

A new JavaScript-inspired package manager for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages