Crate gain_lep

Crate gain_lep 

Source
Expand description

Access Gain APIs through an interactive interpreter.

Modules§

catalog
Catalog service bindings.
display
Value representation.
future
Binding implementation support.
identity
Identity service bindings.
obj
origin
Origin service bindings.
peer
Peer service bindings.
peerindex
Peer index service bindings.
stream
I/O stream bindings.

Structs§

Domain
Domain of extension functions.
Name
Pair
Pair may be a node in a singly linked list.
Ref
Ref is a native object stored in an Obj.

Traits§

Fun
Fun is an extension function object.
FunMut
FunMut is an extension function object with side-effects.

Functions§

obj_future
Unwrap an asynchronous result if the object contains one.
register
Register Lep and Gain builtins.
repl
Read, evaluate and print in a loop.
repl_default
Read, evaluate and print in a loop.
stringify
Stringify Lep and Gain object types.

Type Aliases§

Obj
Obj can be any object.
Res