Skip to content

Commit

Permalink
Merge pull request #30 from main--/master
Browse files Browse the repository at this point in the history
Implement char
  • Loading branch information
dbeckwith committed Feb 1, 2024
2 parents 129dd16 + fc80145 commit b80d18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl_native!(Blob, "Blob");
impl_native!(bool, "boolean");
impl_native!(String, "string");
impl_native!(str, "string");
impl_native!(char, "string");
impl_native!(std::path::PathBuf, "string");
impl_native!(std::path::Path, "string");
impl_native!(std::ffi::CString, "string");
Expand Down

0 comments on commit b80d18b

Please sign in to comment.