Requires.jl
oameye opened this issue · 0 comments
oameye commented
Requires.jl exports a macro, @require, that allows you to specify that some code is conditional on having both packages available.
Could be cool to make plotting only available if the user loads Plots.jl. This will make package precompile time faster. Although I admit it is maybe a bit overkill.