compilers
compilers copied to clipboard
README example is outdated / doesn't compile
- Needs to point to crates.io
- Needs either updating the instantiation of project or implementing Default for MultiCompiler
- Hook it up to rustdoc through symlinks and
#![doc = include_str!("../README.md")]
Default is implemented for MultiCompiler with svm-solc feature, most of our doctests assume it's enabled. perhaps we should remove this feature at this point? I believe it is not that heavy, but makes working with compilers pretty convenient