okh-scraper 2.4.1

A scraper of Open Source Hardware (OSH) projects. based on the Open Know-How (OKH) standard.
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2025 Robin Vobruba <hoijui.quaero@gmail.com>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

pub mod hosting_category;
pub mod hosting_provider_id;
pub mod hosting_type;
pub mod hosting_unit_id;
// pub mod platform; // DEPRECATED, Can be deleted (the file too)
pub mod project;