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

#9 in #dylint

Download history 17/week @ 2024-02-21 7/week @ 2024-02-28 39/week @ 2024-03-27 39/week @ 2024-04-03

78 downloads per month

MIT/Apache

43KB
897 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

~12MB
~279K SLoC