_No description in Cargo.toml._
| Tier | application |
| Role | unclassified (baselined) |
| Path | crates/application/party-api |
| Edition | 2021 |
| Targets | application-party-api |
| Public items | 6 across 0 modules |
| Tests | 0 |
What it is for
REST API server for party management.
Run with: cargo run -p application-party-api
Capabilities
AnimalResponse
REST API server for party management.
| Item |
|---|
AnimalResponse :: fn from(a : Animal) -> Self |
GroupResponse
REST API server for party management.
| Item |
|---|
GroupResponse :: fn from(g : Group) -> Self |
OrganizationResponse
REST API server for party management.
| Item |
|---|
OrganizationResponse :: fn from(o : Organization) -> Self |
PersonResponse
REST API server for party management.
| Item |
|---|
PersonResponse :: fn from(p : Person) -> Self |
RelationshipResponse
REST API server for party management.
| Item |
|---|
RelationshipResponse :: fn from(r : PartyRelationship) -> Self |
UserResponse
REST API server for party management.
| Item |
|---|
UserResponse :: fn from(u : User) -> Self |
How to use it
No examples/ target, no doctest, and no test. No executable usage of this crate exists in the repository to project.
Module structure
No public modules: the crate root is its whole surface.
Public surface
`crate root`
| Item | What it is |
|---|---|
PersonResponse :: fn from(p : Person) -> Self | — |
OrganizationResponse :: fn from(o : Organization) -> Self | — |
GroupResponse :: fn from(g : Group) -> Self | — |
RelationshipResponse :: fn from(r : PartyRelationship) -> Self | — |
AnimalResponse :: fn from(a : Animal) -> Self | — |
UserResponse :: fn from(u : User) -> Self | — |
No pub use re-exports: every item above is declared in this crate.
Boundary
Reaches into identity, infrastructure.
Shares tier application with 120 other crates: application-agreements, application-ai, application-analytics, application-approvals, application-assessments, application-audit-log, application-auth, application-billing, … (120 total).
_What this crate deliberately does NOT own is a judgment. No committed registry records one for it, so none is stated here._
Where it sits
| Tier (ontology) | application |
| Architectural role (taxonomy) | unclassified (baselined) |
| Location | crates/application/party-api |
| Vocabulary in force (lexicon) | current |
Tier flow. Which tiers this crate's own edges cross.
flowchart LR n_application["application"] --> n_identity["identity"] n_application["application"] --> n_infrastructure["infrastructure"]
Dependencies
Runtime, in this workspace.
| Crate | Tier | Optional | Only on |
|---|---|---|---|
| `identity-auth` | identity | no | always |
| `identity-parties` | identity | no | always |
| `infrastructure-tenant-pool` | infrastructure | no | always |
Runtime, from outside the workspace.
| Crate | Requirement | Features | Optional | Only on |
|---|---|---|---|---|
axum | ^0.7 | json | no | always |
chrono | ^0.4 | serde | no | always |
serde | ^1 | derive | no | always |
serde_json | ^1 | — | no | always |
sqlx | ^0.8 | runtime-tokio, postgres, chrono, uuid, json | no | always |
thiserror | ^1 | — | no | always |
tokio | ^1 | full | no | always |
tower | ^0.4 | — | no | always |
tower-http | ^0.5 | cors, fs | no | always |
uuid | ^1 | v4, serde | no | always |
Development. None.
Build. None.
Depended on by. Nothing in this workspace.
Signal flow — what reaches this crate, and what it reaches.
flowchart LR SELF["application-party-api"] SELF -->|runtime| n_identity_auth["identity-auth"] SELF -->|runtime| n_identity_parties["identity-parties"] SELF -->|runtime| n_infrastructure_tenant_pool["infrastructure-tenant-pool"] classDef self fill:#1f883d,stroke:#1f883d,color:#fff; class SELF self;
Feature flags
No Cargo features are defined: every capability is unconditional, so no consumer can receive a half-wired crate.
Targets
| Kind | Name | Source |
|---|---|---|
| bin | application-party-api | `src/main.rs` |
Error model
No public error type was detected: no public item declares a type named *Error, and no public signature returns one.
Operational characteristics
| Property | Evidence |
|---|---|
| async public surface | none detected |
| async runtime | yes |
| database access | yes |
| network I/O | yes |
| unsafe code | none detected |
| environment variables | yes |
No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.
Configuration
| Variable | Read in |
|---|---|
DATABASE_URL | src/main.rs |
FRONTEND_DIR | src/main.rs |
Related capabilities
No workspace crate depends on this one.
Verification
No test, example or doctest was found in this crate. Nothing here is proven by the crate itself.
Documentation coverage
| Measure | Documented | Total |
|---|---|---|
| Public items with rustdoc | 0 | 6 |
Public modules with a //! block | 0 | 0 |
pie showData
title Public items with rustdoc
"Documented" : 0
"No rustdoc detected" : 6
Metrics
| Metric | Value |
|---|---|
| Rust source files | 1 |
| Source lines | 813 |
| Code lines | 663 |
| Public API items | 6 |
| Public modules | 0 |
| Tests | 0 |
| Examples | 0 |
| Cargo features | 0 |
| Direct runtime dependencies | 13 |
| Workspace reverse dependencies | 0 |
pie showData
title Public API by kind
"method" : 6
pie showData
title Rust source composition
"Code" : 663
"Blank or comment" : 150
Generation
Rendered by tools-corpus corpus readme from repository evidence alone, renderer schema 2, lexicon current. No model, network service or database was consulted. Regenerate with tools-corpus corpus readme --write; verify with --check.