vf3lib-rs 0.1.0

Rust bindings to VF3/VF3L/VF3P subgraph isomorphism algorithms via CXX
Documentation
1
2
3
4
5
6
7
8
# Licensing Overview

This crate is distributed with multiple licenses:

- The Rust source code and build scripts authored for `vf3lib-rs` are dual-licensed under the MIT License and the Apache License (Version 2.0). See `LICENSE-MIT` and `LICENSE-APACHE` for the full texts.
- The vendored `vf3lib` C++ headers located in `vendor/vf3lib/include/` are provided under the GNU Lesser General Public License, version 3. The complete terms are included in `vendor/vf3lib/LICENSE-LGPL-3.0`.

By using or distributing this crate you agree to comply with the terms of all applicable licenses listed above. Additional context and attribution details are available in `THIRD_PARTY_NOTICES.md`.