Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Add Concat to concatinate character before parsing expected type #18

Open
pleshevskiy opened this issue Jul 25, 2022 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers scope:low Contain low-level structures for more accurate string parsing

Comments

@pleshevskiy
Copy link
Owner

expected result

let res = EString::from("99")::<Concat<'-', i32>>()?;
assert_eq!(*res, -99);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers scope:low Contain low-level structures for more accurate string parsing
Projects
None yet
Development

No branches or pull requests

1 participant