Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etesync/libetebase

The C client-side library
https://github.com/etesync/libetebase

Last synced: about 2 months ago
JSON representation

The C client-side library

Awesome Lists containing this project

README

        



Etebase - Encrypt Everything

A C library for Etebase

This package is implemented in Rust and exposes a C API for people to use.

![GitHub tag](https://img.shields.io/github/tag/etesync/libetebase.svg)
[![Build Status](https://travis-ci.com/etesync/libetebase.svg?branch=master)](https://travis-ci.com/etesync/libetebase)
[![Chat with us](https://img.shields.io/badge/chat-IRC%20|%20Matrix%20|%20Web-blue.svg)](https://www.etebase.com/community-chat/)

# Documentation

In addition to the API documentation, there are docs available at https://docs.etebase.com

# Build

```
make
```

# Install

```
sudo make install
```