to url and to toml (#396)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* ToUrl and ToToml

* Linting
This commit is contained in:
Luccas Mateus
2021-12-02 01:38:00 -03:00
committed by GitHub
parent 124561ff12
commit 34e0fd622b
4 changed files with 326 additions and 0 deletions

View File

@ -152,6 +152,8 @@ pub fn create_default_context() -> EngineState {
Table,
To,
ToJson,
ToUrl,
ToToml,
Touch,
Use,
Update,