sim-host-core 0.1.0

Neutral host-port contracts for SIM domain libraries.
Documentation
  • Coverage
  • 100%
    43 out of 43 items documented0 out of 8 items with examples
  • Size
  • Source code size: 43.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 994.65 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • sim-nest/sim-foundation
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • boherlin

sim-host-core

sim-host-core defines the neutral vocabulary shared by loadable host ports: open provider and service identities, declared mechanical limits, sanitized provenance, runtime-mechanics refusals, and lexical environment binding.

It contains no operating-system calls, provider implementations, evidence grading, or product policy. Domain crates define their own opaque HostPort objects and bind them into a child Env; platform libraries choose and realize those objects.

Rustdoc and unit tests are the executable contract lane. There is no recipe directory because concrete host scenarios belong to the domain libraries that realize these neutral contracts.