mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
feat: reorg code, and prepare for c bindings
This commit is contained in:
12
README.md
12
README.md
@@ -1,3 +1,15 @@
|
||||
# Delta Chat Rust
|
||||
|
||||
Current commit on deltachat/deltachate-core: `12ef73c8e76185f9b78e844ea673025f56a959ab`.
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
# run example
|
||||
$ cargo run --example simple
|
||||
# build header file
|
||||
$ cargo build -p deltachat_ffi --release
|
||||
$ cat deltachat-ffi/deltachat.h
|
||||
# run tests
|
||||
$ cargo test --all
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user