Resolves #11
User perspective
This Pull Request contains all changes to release ecformat also as Crate
(on crates.io and on Codeberg.org) within the CI workflow.
Developer perspective
Some small changes were also necessary to fix the Crate packaging (a1f314a290 and b03def4413).
Furthermore, there seems to be no option to add --build to the cargo add ecformat entry on the righthand sight on crates.io. The option is at least mentioned in the README.
The doc comments seem to be sufficient, and the Crate should be usable as lib. I did not add a link to docs.rs in the Cargo.toml, as this is the default (see documentation).
Resolves #11
### User perspective
This Pull Request contains all changes to release ecformat also as Crate
(on crates.io and on Codeberg.org) within the CI workflow.
### Developer perspective
Some small changes were also necessary to fix the Crate packaging (a1f314a29041ad52ac21acb213d1484a82b53933 and b03def441322a162a8db01fc0be1864384d8f10a).
Furthermore, there seems to be no option to add `--build` to the `cargo add ecformat` entry on the righthand sight on crates.io. The option is at least mentioned in the README.
The doc comments seem to be sufficient, and the Crate should be usable as lib. I did not add a link to docs.rs in the `Cargo.toml`, as this is the default (see [documentation](https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field)).