libreda_db/technology/
mod.rs

1// Copyright (c) 2020-2021 Thomas Kramer.
2// SPDX-FileCopyrightText: 2022 Thomas Kramer
3//
4// SPDX-License-Identifier: AGPL-3.0-or-later
5
6//! Traits and datastructures for the representation of technology related properties,
7//! especially design rules.
8pub mod layerstack;
9pub mod prelude;
10pub mod rules;