Docs.rs
logicgate-0.1.0
logicgate 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
donjuanplatinum
Dependencies
Versions
36.36%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
logicgate
0.1.0
All Items
Structs
Traits
?
Crate
logicgate
source
·
[
−
]
Structs
§
And
与门 全为true则为true 与门由两个与非门组成
HighLevel
高电平 输出true
LowLevel
低电平 输出false
Nand
与非门 全为true则为false
Nor
或非门 有true则为false 或非门由四个与非门组成
Not
非门 反转真值表 非门由一个输入一致的与非门组成
Or
或门 有true则为true 或门由三个与非门组成
ThreeAnd
三路与门
ThreeOr
三路或门
Xnor
同或门 相同则为true
Xor
异或门 输入不一样true
Traits
§
LogicGate
逻辑门