Skip to content

Rust/Rocket application to select a random person from a given list.

License

Notifications You must be signed in to change notification settings

ninjabear/straw-picks-over-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

straw-picks-over-http

draw-straws

A small Rust/Rocket application to select a person from a list. Responses (should be) cryptographically random* and responses are digitally signed (with ed25519).

* it uses rand::thread_rng over here.

Build + run

$ cargo build
$ cargo test
$ cargo run

Endpoints

Route Description
/ Public key
/?choices=A,B Pull a straw for A & B

About

Rust/Rocket application to select a random person from a given list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages