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

https://github.com/llorllale/rustso

An experimental API for StackOverflow written in Rust.
https://github.com/llorllale/rustso

Last synced: 27 days ago
JSON representation

An experimental API for StackOverflow written in Rust.

Awesome Lists containing this project

README

        

[![Release](https://img.shields.io/github/release/llorllale/rustso.svg?style=flat-square)](https://github.com/llorllale/rustso/releases/latest)
[![Build Status](https://github.com/llorllale/rustso/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/llorllale/rustso/actions?query=branch%3Amain)
[![codecov](https://codecov.io/gh/llorllale/rustso/branch/main/graph/badge.svg)](https://codecov.io/gh/llorllale/rustso)
[![PDD status](http://www.0pdd.com/svg?name=llorllale/rustso)](http://www.0pdd.com/p?name=llorllale/rustso)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/llorllale/rustso/main/LICENSE)

# StackOverflow API (written in Rust)

This is an experiment in writing a simple Rust library to learn the ropes.

## Prerequisites

* Rust 1.52
* GNU Make 4.2
* Docker 20.10 (for linters)