Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Dec 4, 2023
1 parent addef08 commit dc200fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions starlight/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//! This is a WIP Hardware design language that is coded as an ordinary Rust program.
//! Currently, just combinational logic is well supported. The temporal structs
//! need more development.
//! This is a WIP Hardware design language that is coded as an ordinary Rust
//! program. Currently, just combinational logic is well supported. The temporal
//! structs need more development.
//!
//! See the documentation of `awint_dag` which is used as the backend for this
//! for more.
//!
//! ```
//! use std::num::NonZeroUsize;
Expand Down

0 comments on commit dc200fd

Please sign in to comment.