-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Generate bindings for zmq.h using Clang.jl
- Loading branch information
1 parent
645353c
commit af1e1c5
Showing
6 changed files
with
361 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Bindings | ||
|
||
This page documents the low-level bindings to libzmq that were automatically | ||
generated. Where possible, the docstrings link to the [upstream | ||
documentation](https://libzmq.readthedocs.io). Bindings have not been generated | ||
for deprecated functions. | ||
|
||
!!! danger | ||
These bindings are unsafe, do not use them unless you know what you're doing. | ||
|
||
--- | ||
|
||
```@autodocs | ||
Modules = [ZMQ.lib] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.