Crate rsheet_lib
Source - cell_expr
- This module supports the evaluation of a single cell expression using
Rhaiscript using the
CellExpr::evaluate
function. - cell_value
- The
CellValue
module contains the CellValue
enum which represents the different types of values that a cell can have. - cells
- Convert between zero indexed column numbers and column names.
- command
- connect
- Contains all the code for talking to and from connections.
- replies
- This module contains the Reply enum, which is used to send messages
from the program back to the user.