JuliaLang / FunctionWrappers.jl

Type stable and efficient wrapper of arbitrary Julia functions
Other
107 stars 10 forks source link

Any plans for docs? #24

Open davibarreira opened 2 years ago

davibarreira commented 2 years ago

FunctionWrappers.jl has been suggested to me as an option for enforcing "function types". But I see the package does not have docs. Is there any plans for writing some? Even if it's just some small examples in the Readme?

chriselrod commented 2 years ago

FunctionWrappers.jl has been suggested to me as an option for enforcing "function types". But I see the package does not have docs. Is there any plans for writing some? Even if it's just some small examples in the Readme?

FWIW, the tests.jl are pretty clear. But would be nice to have some examples in the README to save a few clicks when navigating to the page.