Skip to content

Commit

Permalink
Implement String-like wrapper around FuriString
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Mar 5, 2023
1 parent 6c2ca6b commit 22c716d
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/flipperzero/src/furi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pub mod io;
pub mod message_queue;
pub mod string;
pub mod sync;
pub mod thread;

Expand Down
Loading

0 comments on commit 22c716d

Please sign in to comment.