https://github.com/etesync/libetebase
The C client-side library
https://github.com/etesync/libetebase
Last synced: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T21:58:13.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:11:35.124Z (about 1 year ago)
- Language: Rust
- Size: 172 KB
- Stars: 29
- Watchers: 4
- Forks: 10
- 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.

[](https://travis-ci.com/etesync/libetebase)
[](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
```