aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add notmuch C API bindings.C. Morgan Hamill2015-03-17
| | | | | The ffi module now reproduces the notmuch C API, as defined in `notmuch.h`, more-or-less verbatim.
* Add empty ffi module.C. Morgan Hamill2015-03-17
|
* Add root module at src/lib.rs.C. Morgan Hamill2015-03-13
| | | | Use libc crate.
* Add .gitignore file.C. Morgan Hamill2015-03-13
| | | | Set to ignore Cargo.lock and /target/.
* Create empty crate.C. Morgan Hamill2015-03-13
Initial version of Cargo.toml.