askalono 0.5.0

a library to detect the contents of license files
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

mod analyze;
mod base;
mod cache;

#[cfg(feature = "spdx")]
mod spdx;

pub use self::{analyze::Match, base::Store};