phlow-extensions

Crates.iophlow-extensions
lib.rsphlow-extensions
version2.0.0
sourcesrc
created_at2023-01-13 19:52:23.95961
updated_at2024-04-01 17:15:51.146512
descriptionPhlow extensions to Rust's core structures
homepage
repositoryhttps://github.com/feenkcom/phlow-rs/tree/main/phlow
max_upload_size
id758136
size7,810
Aliaksei Syrel (syrel)

documentation

README

phlow-extensions

Contains phlow extensions to core Rust types.

Depend

phlow-extensions = "*"

Import

/// 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, ...);
Commit count: 0

cargo fmt