Skip to main content

Crate sim_table_remote

Crate sim_table_remote 

Source
Expand description

Remote-backed SIM table directory.

This crate exposes a RemoteDir that projects a remote table site as a SIM table object, along with the RemoteDirDescriptor citizen record that describes it and the RemoteTableSite adapter used to back it.

Structs§

RemoteDir
SIM table directory whose rows live on a remote EvalSite.
RemoteDirDescriptor
Citizen record describing a RemoteDir and its backing site.
RemoteTableSite
EvalSite adapter that serves table operations from a local root table.

Functions§

remote_dir_class_symbol
Returns the citizen class symbol for RemoteDirDescriptor.
remote_dir_value
Builds a RemoteDir over site/codec as an opaque runtime Value.
wrap_remote_table_site
Wraps inner so table operations dispatch against the table root.