mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Rename the previous "default" `new` constructor [1] to `with_prefix` and add a new default `new` constructor that takes no argument is therefore easier to use. In addition, improve the overall documentation, add more tests, and examples to the code. [1] https://doc.rust-lang.org/nomicon/constructors.html Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>