Skip to content

XCore v1.0.0

Compare
Choose a tag to compare
@metalwolf metalwolf released this 10 Feb 00:25
· 65 commits to master since this release
5c81985

Package xcore is a set of basic objects for programation:

  • XCache: Application Memory Caches for any purpose
  • XDataset: Basic nested data structures for any purpose (template injection, configuration files, database records, etc)
  • XLanguage: language dependent text tables
  • XTemplate: template system with meta language
    This version includes:
  • Documentation enhanced and corrected
  • Tests functions enhanced
  • XDataset bug corrected on search path of a collection
  • String and GoString functions added