Docs.rs
cmtrs-0.1.2
cmtrs 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
uv-xiao
Dependencies
chrono ^0.4.38
normal
clap ^4.5.17
normal
cmtir ^0.1.2
normal
cmtrs_macros ^0.1.2
normal
colored ^3.0.0
normal
env_logger ^0.11.5
normal
fern ^0.7.1
normal
indexmap ^2.7.0
normal
itertools ^0.14.0
normal
location-macros ^0.1.2
normal
log ^0.4.22
normal
num ^0.4.3
normal
paste ^1.0.15
normal
proc-macro2 ^1.0.92
normal
serde ^1.0.216
normal
ttgraph ^0.4.2
normal
Versions
26.99%
of the crate is documented
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
cmtrs
0.1.2
DShr
Required Associated Types
Output
Required Methods
dshr
Implementors
In cmtrs::
interface::
ops
cmtrs
::
interface
::
ops
Trait
DShr
Copy item path
Source
pub trait DShr<RHS> { type
Output
; // Required method fn
dshr
(self, rhs: RHS) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
dshr
(self, rhs: RHS) -> Self::
Output
Implementors
§
Source
§
impl<T>
DShr
<T> for &
Reg
where T:
CmtAST
,
Source
§
type
Output
=
Var
Source
§
impl<T>
DShr
<T> for &
Integer
where T:
CmtAST
,
Source
§
type
Output
=
Var
Source
§
impl<T>
DShr
<T> for &
Wire
where T:
CmtAST
,
Source
§
type
Output
=
Var
Source
§
impl<T>
DShr
<T> for &
Var
where T:
CmtAST
,
Source
§
type
Output
=
Var
Source
§
impl<T>
DShr
<T> for
Var
where T:
CmtAST
,
Source
§
type
Output
=
Var
Source
§
impl<T>
DShr
<T> for
Vars
where T:
CmtAST
,
Source
§
type
Output
=
Var