Contains phlow extensions to core Rust types.
phlow
core
toml phlow-extensions = "*"
``rust /// To import core extensions from this crate add /// the following to yourlib.rsormain.rs`:
rust /// To import core extensions from this crate add /// the following to your
or
extern crate phlow;
import_extensions!(CoreExtensions, ...); ```