Fix doctests
Some tests weren't executed because the crate was staticlib
. Adding rslib
to the crate type makes the library build as a Rust lib, which lets all kinds of tests that are not unit tests run.
Edited by Dorota Czaplejewicz
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
Some tests weren't executed because the crate was staticlib
. Adding rslib
to the crate type makes the library build as a Rust lib, which lets all kinds of tests that are not unit tests run.