Crates.io | phlow-extensions |
lib.rs | phlow-extensions |
version | 2.0.0 |
source | src |
created_at | 2023-01-13 19:52:23.95961 |
updated_at | 2024-04-01 17:15:51.146512 |
description | Phlow extensions to Rust's core structures |
homepage | |
repository | https://github.com/feenkcom/phlow-rs/tree/main/phlow |
max_upload_size | |
id | 758136 |
size | 7,810 |
Contains phlow
extensions to core
Rust types.
phlow-extensions = "*"
/// To import core extensions from this crate add
/// the following to your `lib.rs` or `main.rs`:
#[macro_use]
extern crate phlow;
import_extensions!(CoreExtensions, ...);