primary libs#
In this documentation we introduce the primary libs of f-utils
framework.
description#
The primary libs are the context-based f-utils
libraries, which are built directly from the primitive libs. They construct the main utilities implemented in f-utils
.
libs#
classes#
Each primary lib provides a single global class that corresponds and ais named according to the underlying lib context. The classes also come endowed with an alias: a single uppercase letter - typically the first letter of the class name.
lib context class alias
----------------------------------------------
f-ansi ansi code Ansi A
f-log logging systems Log L
f-path filepaths Path P
f-re regex and patterns Re R
f-json json data Json J
... ... ... ...
Each of them lib also comes with a subclass {Lib}.Err
, where the custom error classes are defined.