17 releases

0.1.3 Jun 2, 2021
0.1.2 May 21, 2021
0.1.0-pre.14 Apr 29, 2021
0.1.0-pre.3 Mar 29, 2021
Download history 8/week @ 2023-01-19 7/week @ 2023-01-26 1/week @ 2023-02-02 16/week @ 2023-02-09 23/week @ 2023-02-16 26/week @ 2023-02-23 1/week @ 2023-03-16 34/week @ 2023-03-23 25/week @ 2023-04-06 18/week @ 2023-04-13 1/week @ 2023-04-20 1/week @ 2023-04-27 34/week @ 2023-05-04

62 downloads per month

MIT/Apache

37KB
814 lines

Example Dylint libraries

Each subdirectory besides src contains an example Dylint library.

The current examples are:

Notes

  1. Each example is in its own workspace so that it can have its own rust-toolchain.
  2. Each example is configured to use the installed copy of dylint-link. To use the copy within this repository, change the example's .cargo/config.toml file as follows:
    [target.x86_64-unknown-linux-gnu]
    linker = "../../target/debug/dylint-link"
    

Dependencies

~10MB
~269K SLoC