Skip to content
/ rssbox Public

A simple RSS client using Slint-UI and Rust to develop

License

Notifications You must be signed in to change notification settings

Heng30/rssbox

Repository files navigation

screenshot

中文文档

Introduction

This is a simple RSS client using Slint-UI and Rust to develop.

Features

  • Support adding, deleting, and editing RSS sources
  • Support protocol formats: RSS and Atom
  • Support configuring automatic synchronization on startup
  • Support background synchronization
  • Support Sock5 proxy

How to build?

  • Install Rust and Cargo
  • Run make build
  • Refer to Makefile for more information

Reference