devela/_info/vendored/
mod.rs

1//
2//!
3// In sync with:
4#![doc = include_str!("../../../DOCS/VENDORED_rustdoc.md")] // has to come before
5#![doc = include_str!("../../../DOCS/VENDORED.md")]
6//
7// MAYBE: say something about the Theseus boat.
8//!
9//
10
11/// Detailed list of modifications in adapted work.
12//
13// MIT OR Apache-2.0
14crate::doc_! { vendor_mod: "crossbeam-utils", crossbeam_utils }
15crate::doc_! { vendor_mod: "etcetera", etcetera}
16crate::doc_! { vendor_mod: "fxhash", fxhash }
17crate::doc_! { vendor_mod: "no_std_io", no_std_io }
18crate::doc_! { vendor_mod: "numtoa", numtoa }
19crate::doc_! { vendor_mod: "pollster", pollster }
20crate::doc_! { vendor_mod: "quickdiv", quickdiv }
21crate::doc_! { vendor_mod: "stack_dst", stack_dst }
22crate::doc_! { vendor_mod: "stated-scope-guard", stated_scope_guard }
23crate::doc_! { vendor_mod: "static_assertions", static_assertions }
24crate::doc_! { vendor_mod: "tailcall-chunk", tailcall_chunk }
25crate::doc_! { vendor_mod: "tupl", tupl }
26// MIT
27crate::doc_! { vendor_mod: "crunchy", crunchy }
28crate::doc_! { vendor_mod: "current", current }
29crate::doc_! { vendor_mod: "encode", encode }
30crate::doc_! { vendor_mod: "icy_sixel", icy_sixel }
31crate::doc_! { vendor_mod: "object-id", object_id }
32// Other
33// crate::doc_! { vendor_mod: "blit-fonts", blit_fonts }
34crate::doc_! { vendor_mod: "jiff", jiff }
35crate::doc_! { vendor_mod: "pengyhash", pengyhash }
36
37// WIPZONE
38//
39// timeit!?
40//
41// #[doc = crate::doc_!(vendor_mod: "heap ?", "../sys/mem/heap/MODIFICATIONS.md")] // WIP
42//
43// for the pool: do synergy with the mini-server example
44// #[doc = crate::doc_!(vendor_mod: "threadpool ?", "../work/process/thread/pool/MODIFICATIONS.md")] // WIP
45//
46// #[doc = crate::doc_!(vendor_mod: "sha1 ?", "../code/xipher/sha1/MODIFICATIONS.md")]
47// #[doc = crate::doc_!(vendor_mod: "wasm_time ?", "../phys/time/_wasm/time/MODIFICATIONS.md")]
48// #[doc = crate::doc_!(vendor_mod: "lazy ?", "../text/fmt/lazy/MODIFICATIONS.md")]
49// #[doc = crate::doc_!(vendor_mod: "bench ?", "../sys/bench//MODIFICATIONS.md")] // or phys
50// #[doc = crate::doc_!(vendor_mod: "bitvec ?", "../data/codec/bit/vec/MODIFICATIONS.md")]