spaceapi-server 0.4.1

A library that allows you to easily implement a Space API server.
Documentation
1
2
3
4
5
6
//! Type definitions.

use r2d2;
use r2d2_redis::RedisConnectionManager;

pub type RedisPool = r2d2::Pool<RedisConnectionManager>;