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§
- Remote
Dir - SIM table directory whose rows live on a remote
EvalSite. - Remote
DirDescriptor - Citizen record describing a
RemoteDirand its backing site. - Remote
Table Site EvalSiteadapter that serves table operations from a localroottable.
Functions§
- remote_
dir_ class_ symbol - Returns the citizen class symbol for
RemoteDirDescriptor. - remote_
dir_ value - Builds a
RemoteDiroversite/codecas an opaque runtimeValue. - wrap_
remote_ table_ site - Wraps
innerso table operations dispatch against the tableroot.