spaceapi-server 0.8.0

A library that allows you to easily implement a SpaceAPI server.
Documentation
//! Type definitions.

pub type RedisPool = r2d2::Pool<redis::Client>;