Skip to content

Commit a5206c2

Browse files
committed
feat: added most of the mvp text function implementations
1 parent 9b67ba0 commit a5206c2

File tree

2 files changed

+662
-0
lines changed

2 files changed

+662
-0
lines changed

src/implementation/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::registry::HandlerFn;
22

33
pub mod boolean;
44
pub mod number;
5+
pub mod text;
56

67
pub fn collect() -> Vec<(&'static str, HandlerFn)> {
78
let mut result = vec![];

0 commit comments

Comments
 (0)