#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 33/week @ 2023-12-06 34/week @ 2023-12-13 4/week @ 2023-12-20 45/week @ 2023-12-27 63/week @ 2024-01-03 8/week @ 2024-01-10 10/week @ 2024-01-17 82/week @ 2024-01-24 7/week @ 2024-01-31 89/week @ 2024-02-07 28/week @ 2024-02-14 90/week @ 2024-02-21 52/week @ 2024-02-28 51/week @ 2024-03-06 47/week @ 2024-03-13 88/week @ 2024-03-20

243 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

~83KB