application capa

application-party-api

_No description in Cargo.toml._

Tierapplication
Roleunclassified (baselined)
Pathcrates/application/party-api
Edition2021
Targetsapplication-party-api
Public items6 across 0 modules
Tests0

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`

ItemWhat 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)
Locationcrates/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.

CrateTierOptionalOnly on
`identity-auth`identitynoalways
`identity-parties`identitynoalways
`infrastructure-tenant-pool`infrastructurenoalways

Runtime, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
axum^0.7jsonnoalways
chrono^0.4serdenoalways
serde^1derivenoalways
serde_json^1noalways
sqlx^0.8runtime-tokio, postgres, chrono, uuid, jsonnoalways
thiserror^1noalways
tokio^1fullnoalways
tower^0.4noalways
tower-http^0.5cors, fsnoalways
uuid^1v4, serdenoalways

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

KindNameSource
binapplication-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

PropertyEvidence
async public surfacenone detected
async runtimeyes
database accessyes
network I/Oyes
unsafe codenone detected
environment variablesyes

No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.

Configuration

VariableRead in
DATABASE_URLsrc/main.rs
FRONTEND_DIRsrc/main.rs

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

MeasureDocumentedTotal
Public items with rustdoc06
Public modules with a //! block00
pie showData
    title Public items with rustdoc
    "Documented" : 0
    "No rustdoc detected" : 6

Metrics

MetricValue
Rust source files1
Source lines813
Code lines663
Public API items6
Public modules0
Tests0
Examples0
Cargo features0
Direct runtime dependencies13
Workspace reverse dependencies0
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.

Todas las application · Manual