radicle-feed 0.5.3

A feed service for Radicle
Documentation
1
2
3
4
5
6
7
# radicle-feed

A flexible Rust library for processing Radicle collaborative objects (patches and issues) with pluggable storage backends.

## Overview

`radicle-feed` processes operations from patches and issues across Radicle repositories and stores them using your choice of storage backend. Instead of being tied to a specific database, the library uses a trait-based approach that allows you to implement any storage system you need.