Skip to content

Instantly share code, notes, and snippets.

@bsodmike
Created May 5, 2020 03:02
Show Gist options
  • Save bsodmike/562289061f7db3c71c4c2a0d9e3b591d to your computer and use it in GitHub Desktop.
Save bsodmike/562289061f7db3c71c4c2a0d9e3b591d to your computer and use it in GitHub Desktop.
.
├── Cargo.lock
├── Cargo.toml
├── conf
│   ├── development
│   │   └── config.yml
│   └── production
│   └── config.yml
├── src
│   ├── errors.rs
│   ├── main.rs
│   └── utils
│   ├── json_request.rs
│   └── mod.rs
└── tests
└── utils.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment