dylint_examples

Crates.iodylint_examples
lib.rsdylint_examples
version0.1.3
sourcesrc
created_at2021-03-25 17:57:00.434349
updated_at2021-06-02 10:46:39.424479
descriptionExample Dylint libraries
homepage
repositoryhttps://github.com/trailofbits/dylint
max_upload_size
id373496
size3,922
Samuel Moelius (smoelius)

documentation

README

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"
    
Commit count: 1689

cargo fmt