feat: implement M1 Ferro frontend
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
unit str;
|
||||
pub fn eq(a: str, b: str) -> bool;
|
||||
pub fn trim(s: str) -> str;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
unit str;
|
||||
pub fn eq(a: str, b: str) -> bool;
|
||||
pub fn trim(s: str) -> str;
|
||||