#reflection #phlow #meta

nightly phlow-extensions

Phlow extensions to Rust's core structures

10 stable releases

2.0.0 Apr 1, 2024
1.6.0 Dec 7, 2023
1.5.0 Nov 21, 2023
1.3.0 Jan 23, 2023

#1 in #phlow

Download history 101/week @ 2024-02-19 28/week @ 2024-02-26 6/week @ 2024-03-04 14/week @ 2024-03-11 292/week @ 2024-04-01

307 downloads per month
Used in 3 crates

MIT license

79KB
2K SLoC

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, ...);

Dependencies

~1.4–8MB
~47K SLoC