File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+
3+ Copyright (c) nexB Inc. and others. All rights reserved.
4+ ScanCode is a trademark of nexB Inc.
5+ SPDX-License-Identifier: Apache-2.0
6+ See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+ See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+ See https://aboutcode.org for more information about nexB OSS projects.
9+
10+ */
11+
12+
113use fst:: SetBuilder ;
214use std:: fs:: File ;
315use std:: io:: { BufRead , BufReader } ;
Original file line number Diff line number Diff line change 1+ /*
2+
3+ Copyright (c) nexB Inc. and others. All rights reserved.
4+ ScanCode is a trademark of nexB Inc.
5+ SPDX-License-Identifier: Apache-2.0
6+ See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+ See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+ See https://aboutcode.org for more information about nexB OSS projects.
9+
10+ */
11+
12+
113use fst:: Set ;
214use memmap2:: Mmap ;
315use once_cell:: sync:: Lazy ;
Original file line number Diff line number Diff line change 1+ /*
2+
3+ Copyright (c) nexB Inc. and others. All rights reserved.
4+ ScanCode is a trademark of nexB Inc.
5+ SPDX-License-Identifier: Apache-2.0
6+ See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+ See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+ See https://aboutcode.org for more information about nexB OSS projects.
9+
10+ */
11+
12+
113use super :: * ;
214use std:: path:: Path ;
315
You can’t perform that action at this time.
0 commit comments