linkding-rs 0.1.0

A Rust library for interacting with the Linkding API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# linkding-rs

[![Crates.io](https://img.shields.io/crates/v/linkding-rs.svg)](https://crates.io/crates/linkding-rs)
[![Docs.rs](https://docs.rs/linkding-rs/badge.svg)](https://docs.rs/linkding-rs)
[![Build](https://github.com/zbrox/linkding-rs/actions/workflows/build.yml/badge.svg)](https://github.com/zbrox/linkding-rs/actions/workflows/build.yml)

This is a simple synchronous Rust client for the [linkding](https://linkding.link/) API with some cross platform support.

Tested with linkding v1.36.0.

## Cross platform

There are [Uniffi](https://mozilla.github.io/uniffi-rs/latest/) bindings so you can use this for making Android or iOS apps.

The CI is buidling a Swift package that you can download from the releases page.