Cargo Features

stochastic-processes has no features set by default.

[dependencies]
stochastic-processes = { version = "0.1.2", features = ["py", "json"] }
py

Enables serde and serde-pickle

Affects export::py, py::JSONExport, py::PickleBytes, py::serialize_simulated_path, py::write_pickle_file, py::export_to_pickle, stochastic-processes::export

json

Enables serde and serde_json

Affects json::JSONExport, json::JSONBytes, json::serialize_simluated_path, json::write_json_file, json::export_to_json, export::json, stochastic-processes::export