Skip to content

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

Merge request reports