#trillium #async #framework

macro trillium-static-compiled-macros

internal-use-only proc-macros for trillium-static-compiled

2 releases

0.1.1 Jan 2, 2024
0.1.0 Jan 3, 2022

#43 in #trillium

Download history 280/week @ 2024-04-05 45/week @ 2024-04-12 24/week @ 2024-04-19 19/week @ 2024-04-26 48/week @ 2024-05-03 28/week @ 2024-05-10 3/week @ 2024-05-17 71/week @ 2024-05-24 51/week @ 2024-05-31 99/week @ 2024-06-07 255/week @ 2024-06-14 86/week @ 2024-06-21 104/week @ 2024-06-28 58/week @ 2024-07-05 106/week @ 2024-07-12 129/week @ 2024-07-19

399 downloads per month
Used in 2 crates (via trillium-static-compiled)

MIT/Apache

13KB
294 lines

Welcome to Trillium!

📖 Guide 📖

The guide provides an architectural overview and lay of the land connecting the trillium crates.

📑 Rustdocs 📑

The rustdocs represent the best way to learn about any of trillium's individual crates and the specific interfaces.




Legal:

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Internal-use fork of include_dir_macros for trillium.rs. It is not intended for general use. Credit for the bulk of the code goes to the authors of the upstream crate.

Differences from upstream:

  • include_entry was added, which returns a DirEntry instead of a Dir, making direct inclusion of files possible
  • Metadata is always enabled
  • relative paths are resolved from a root of CARGO_MANIFEST_DIR
  • hygiene is maintained by using a macro_rules macro to import relevant structs

Dependencies

~84KB