Skip to content

Commit

Permalink
Merge pull request #14 from edelanghe-ledger/support_no_std
Browse files Browse the repository at this point in the history
feature: add no_std
  • Loading branch information
snowsignal committed Jul 11, 2023
2 parents b1ee4a1 + b6e0267 commit 363a92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
/// A macro for chaining together statements that act on an initial expression.
/// # Usage
/// Cascading allows you to run multiple statements on a struct generated by an expression without having
Expand Down

0 comments on commit 363a92e

Please sign in to comment.