| Crates.io | appbiotic |
| lib.rs | appbiotic |
| version | 0.1.3 |
| created_at | 2023-09-03 02:01:18.109875+00 |
| updated_at | 2023-09-04 17:27:01.422372+00 |
| description | Tools to package to build services that can be managed similarly. |
| homepage | https://appbiotic.com/ |
| repository | https://github.com/appbiotic/code/ |
| max_upload_size | |
| id | 962033 |
| size | 15,155 |
A collection of software to build services and apps in a particular style.
Applications:
appbiotic, a Rust CLI toolappbiotic-code-error, error types with well known metadataGuiding principles, strive for as much as possible:
Meaning:
build.rsIn order to develop and test against all features, select the full feature in your rust-analyzer settings. This
project's workspace .vscode/settings.json already has this setting.
Releasing uses cargo-release:
cargo install --version 0.24.11 cargo-release
Bump version:
cargo-release release version patch --workspace --execute
Push and merge to main. Then tag:
git tag -s "cargo read-manifest | jq -r '"v" + .version'"
Publish:
cargo-release release publish --workspace --execute
Please read the contributing guide for the latest contributing guidelines.