Lars-Magnus Skog 95e1cc67b9 Fix FIXMEs in stress.rs (#35)
* Start by comparing strings instead of result of strcmp()

* Add failing tests for dc_trim, dc_ltrim and dc_rtrim

* Fix failing tests (use libc:isspace() which counts \r, \n etc)

* Remove FIXME for first dc_simplify_simplify()

* Fix formatting

* Fix tests for dc_param_set()

* Fix remaining FIXMEs in stress.rs

* Don't wrap libc::isspace()

* Wrap unit tests with mod tests

* Fix format
2019-05-03 11:13:06 +02:00
2019-05-02 22:23:53 +02:00
2019-05-02 11:31:35 +02:00
2019-05-03 11:13:06 +02:00
2019-05-03 11:13:06 +02:00
2019-04-27 21:26:53 +02:00
2019-05-01 19:33:44 +02:00
2019-05-01 19:11:20 +02:00
2019-05-01 17:06:29 +02:00
2019-05-01 19:36:41 +02:00
2019-04-27 20:53:14 +03:00

Delta Chat Rust

Project porting deltachat-core to rust

CircleCI

Current commit on deltachat/deltachat-core: 12ef73c8e76185f9b78e844ea673025f56a959ab.

Development

# 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
Description
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
Readme MPL-2.0 108 MiB
Languages
Rust 74.4%
Tcl 9.1%
Python 8.8%
C 4.9%
DIGITAL Command Language 1.1%
Other 1.7%