// SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//! This crate contains the core functionality for dealing with logic functions in the LibrEDA framework.
//!
//! # References
//! Some unordered list of literature:
//! * "Logic Design and Switching Theory" <https://archive.org/details/logicdesignswitc00muro>