Manual: api
not documented
volatile
Opens a library directly with the .json
headers.
Searches for .json -notated C headers at $(LEVER_PATH)/headers/{name}
If those are found, it invokes FFI to open a shared library that corresponds to the headers. Or uses the function you supplied to it to retrieve C-FFI handles to annotate.
The resulting object overloads +getattr, so you can treat your newly instantiated C-bindings as a module.
volatile
not documented
deprecated
open_nobind(path : path, dependencies = null, decorator = null)
not documented path | not documented |
dependencies | not documented |
decorator | not documented |
returns | not documented |
volatile
read_file(path : path, dependencies = null, decorator = null)
not documented path | not documented |
dependencies | not documented |
decorator | not documented |
returns | not documented |
volatile
read_object(apispec : object, dependencies = null, decorator = null)
not documented apispec | not documented |
dependencies | not documented |
decorator | not documented |
returns | not documented |
volatile
so_ext = "so"
not documented volatile