aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/types.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated APIsSteven Fackler2017-12-251-5/+0
|
* Switch to foreign_typesSteven Fackler2017-02-031-39/+4
|
* Get rid of RefSteven Fackler2016-11-041-16/+17
| | | | | There's unfortunately a rustdoc bug that causes all methods implemented for any Ref<T> to be inlined in the deref methods section :(
* DocumentationSteven Fackler2016-10-311-0/+13
|
* Remove OpaqueSteven Fackler2016-10-311-3/+2
|
* Add a generic Ref typeSteven Fackler2016-10-311-0/+27