This is a test README to check if it gets published to crates.io.
cargo package
to package the module with its files
cargo publish
to publish the module to crates.io or to a private repository
cargo yank --version $VERSION
to prevent other people downloading this specific version (e.g. deprecation)