An open API service indexing awesome lists of open source software.

https://github.com/kizzycode/template-rust-bin

A template repo for rust binaries
https://github.com/kizzycode/template-rust-bin

Last synced: about 2 months ago
JSON representation

A template repo for rust binaries

Awesome Lists containing this project

README

        

[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/FIXME-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/FIXME-rust)
[![docs.rs](https://docs.rs/FIXME/badge.svg)](https://docs.rs/FIXME)
[![crates.io](https://img.shields.io/crates/v/FIXME.svg)](https://crates.io/crates/FIXME)
[![Download numbers](https://img.shields.io/crates/d/FIXME.svg)](https://crates.io/crates/FIXME)
[![dependency status](https://deps.rs/crate/FIXME/latest/status.svg)](https://deps.rs/crate/FIXME)

# `FIXME`
Welcome to `FIXME` 🎉

## Example
```rust
panic!("FIXME");
```