Files
lace/1-base/lace/Overview
2022-07-31 17:34:54 +10:00

16 lines
435 B
Plaintext

Lace ~ Overview
~~~~~~~~~~~~~~~
General:
- Contains a set of low level re-usable Ada components.
Contains:
- lace.Events : Provides a 'subject/oberver' 'event/response' facility.
- lace.Any : Provides an interface to allow heterogenous containers.
- lace.fast_Pool : Provides a generic which allows fast allocation/deallocation.
- lace.Text : Provides a DSA friendly set of text operations.