69 releases

0.5.41 Nov 7, 2023
0.5.39 Aug 27, 2023
0.5.36 Jun 14, 2023
0.5.35 Feb 21, 2023
0.4.0 Nov 28, 2021

#511 in Development tools

Download history 4/week @ 2024-02-14 48/week @ 2024-02-21 12/week @ 2024-02-28 4/week @ 2024-03-06 8/week @ 2024-03-13 5/week @ 2024-03-20 133/week @ 2024-03-27 214/week @ 2024-04-03

362 downloads per month
Used in flowistry_ide

MIT license

92KB
2K SLoC

Information flow analysis

This crate contains the core analysis used by the Flowistry IDE plugin. It is a Rust compiler plugin that computes the information flow within a function. The main analysis is at flowistry::infoflow::compute_flow.

Documentation: https://willcrichton.net/flowistry/flowistry/

For details about this analysis, please read our paper "Modular Information Flow Through Ownership". If you use Flowistry in your research, please cite our paper:

@inproceedings{crichton2022,
  author = {Crichton, Will and Patrignani, Marco and Agrawala, Maneesh and Hanrahan, Pat},
  title = {Modular Information Flow through Ownership}, year = {2022},
  isbn = {9781450392655}, publisher = {Association for Computing Machinery},
  address = {New York, NY, USA}, url = {https://doi.org/10.1145/3519939.3523445},
  booktitle = {Proceedings of the 43rd ACM SIGPLAN International Conference on Programming Language Design and Implementation},
  pages = {1–14}, numpages = {14}, keywords = {information flow, rust, ownership types},
  location = {San Diego, CA, USA}, series = {PLDI 2022}, doi = {10.1145/3519939.3523445},
}

Dependencies

~1–1.8MB
~40K SLoC