Stigmark is a kind of shared bookmark manager. The idea is to start collect data for Stigmee AI.
It comes as a Webbrowser extension (for now Chrome, Brave, Edge).
The server is written in Rust. It relies on Rocket which in turn, needs to use a nightly version of Rust.
This is temporary. We'll move later to bare simple - if it means something in Rust - Hyper based framework and Tokio.
- Install Rust compiler with rustup
- Install nightly compiler (required by Rocket library). In command line (works with bash/cmd/powershell) type the following instructions :
rustup default nightly
- Fetch the source code :
git clone https://github.com/stigmee/stigmark-rocket-rs
- Enter the directory and compile with cargo (the Rust package manager) :
cd stigmark-rocket-rs
cargo run
In test directory, you'll find rust tests lib+app
Yes
A lot.
- make it fully RESTful
- Rocket -> Hyper/Tokio
- Not RESTful yet