Skip to content

Commit

Permalink
Forbidding unsafe code and adding badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMcCormickJr committed Dec 1, 2024
1 parent c777177 commit 2d1c86d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bville-recycle ♻️

[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)

A Rust-based web app to show up-to-date information on publicly-available recycling programs within the Bartlesville, OK city limits.

A project of Phishing Spider LLC.
Expand Down
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#![forbid(unsafe_code)]

#[macro_use] extern crate rocket;



#[get("/")]
fn map_root() -> &'static str {
"Map of Bartlesville recycling options"
Expand Down

0 comments on commit 2d1c86d

Please sign in to comment.