We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
## v1.0.0 (2016-05-13) #### Breaking Changes * **remove-libc:** use std::os::raw:: type instead ([d628e90](d628e90)) #### Features * **FFI:** `extern "C"` callbacks is converted to `unsafe` ([2e4a86c](2e4a86c)) * **remove-libc:** * use std::os::raw:: type instead ([d628e90](d628e90)) * update bindgen FFI ([f82db71](f82db71))
Fix badges and readme
Relicense as Apache/MIT
Add compile-time option features. - Features for all compile-time options support. - Added this changelog file. - Fixed constants in match pattern.
Changes: 1. Place constants into sub module. 2. Removed contants: version, copyright, ident, use builtin functions for the requests.
First release.