#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 30/week @ 2024-01-29 6/week @ 2024-02-05 93/week @ 2024-02-12 41/week @ 2024-02-19 112/week @ 2024-02-26 24/week @ 2024-03-04 57/week @ 2024-03-11 50/week @ 2024-03-18 75/week @ 2024-03-25 144/week @ 2024-04-01 266/week @ 2024-04-08 41/week @ 2024-04-15 23/week @ 2024-04-22 23/week @ 2024-04-29 40/week @ 2024-05-06 29/week @ 2024-05-13

115 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