uf-photon-core 0.1.1

Photon core types and identity port
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# photon-core

Identity port and shared types — **no delivery topology**.

crates.io package: **`uf-photon-core`** (Rust crate name remains `photon_core`):

```toml
photon-core = { package = "uf-photon-core", version = "0.1.1" }
```

## Exports

- [`IdentityFactory`]src/identity.rs, [`Actor`]src/identity.rs, [`IdentityError`]src/error.rs
- [`JsonIdentityFactory`]src/stub_identity.rs / [`JsonActor`]src/stub_identity.rs — test/dev stubs

## Audience

Application developers (handler signatures) and host integrators (`start_executor` identity injection).