Skip to content

claytonspinner/rust-petstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Pet Store App

Swagger Docs

http://petstore.swagger.io/#

Running It

cargo run

I also roll with traces and logging (only on main for now):

RUST_BACKTRACE=1;RUST_LOG=main=debug cargo run

Postman collection

postman.json can be run with newman. It adds a pet, gets the pet, deletes the pet, then gets the pet again.

One thing to note is that when you get a pet that doesn't exist it returns null. This probably should be different.

About

The Pet Store App written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages