patina_internal_core 22.2.0

Common internal library for Patina
1
2
3
4
5
6
7
8
9
10
11
# Patina Internal Core

Internal library for shared core code.

**Internal Use Only.** The APIs in this crate are not stable or safe for use outside of their
intended scope within Patina.

## Modules

- `collections` - Data structure implementations.
- `depex` - Dependency expression (DEPEX) parsing and evaluation used by the core dispatcher.