This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Restructure crate #19
Locked
pleshevskiy
announced in
Announcements
Replies: 3 comments 3 replies
-
I think this would be a good way to go about it. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I forgot about aggregates! I have a plan to move aggregates to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
It has been restructured in #21 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Initially, I concentrated everything in the `core' module. The idea has matured a bit, and I want to distribute it into separate modules.
core
- will contain EStringstd
- will contain implementations for standard types (bool
, numbers,Option
, etc.)struct
- will contain predefined types (SepVec
,Pair
,Triple
, etc.)agg
- will contain aggregate functions (Sum
,Product
, etc)low
- will contain low-level structures for more accurate string parsingBeta Was this translation helpful? Give feedback.
All reactions