Crates.io | olm-rs |
lib.rs | olm-rs |
version | 2.2.0 |
source | src |
created_at | 2018-08-25 16:56:20.454674 |
updated_at | 2021-12-09 17:18:02.282576 |
description | A Rust wrapper for libolm. |
homepage | |
repository | https://gitlab.gnome.org/jhaye/olm-rs |
max_upload_size | |
id | 81398 |
size | 166,418 |
This project is dedicated towards creating a safe wrapper for libolm in Rust.
Matrix room for discussion: #olm-rs:matrix.org
If you are looking for a Matrix client library, you should look here instead. This project concerns itself purely with end-to-end encryption, and not Matrix protocol integration.
libolm
is compiled and statically linked on building olm-sys
- so no further setup is required.
Please note however that libolm
still needs libstdc++
/libc++
on your system (and it should already be there).
For further building options and information see the Readme of olm-sys
.
If you are considering to contribute, take a look at the CONTRIBUTING guide.
Contributors are expected to follow the Gnome Code of Conduct.
This project is licensed under the Apache License 2.0 license - for further information see the LICENSE file.