Closed brmmm3 closed 1 year ago
It'd probably be good to shift to using #![doc = include_str!("../README.md")]
in lib.rs, which both unifies the documentation in the README.md and rustdoc, and also doctests the examples in README.md so as to avoid this problem in perpetuity.
Fixed in #276
In older versions of rsa trait the implementation like in the ReadMe example worked. But with the newer version it doesn't compile with the following errors:
and
Please update the example.