Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etesync/libetebase
- Owner: etesync
- License: bsd-3-clause
- Created: 2020-08-23T08:06:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T20:03:58.000Z (about 1 year ago)
- Last Synced: 2024-05-01T11:39:10.686Z (8 months ago)
- Language: Rust
- Size: 136 KB
- Stars: 29
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```