# sema-stdlib
Standard library for the [Sema](https://sema-lang.com) programming language — 350+ native functions across 19 modules.
Includes: lists, strings, math, hash maps, file I/O, HTTP, JSON, CSV, regex, date/time, crypto, path operations, terminal styling, PDF extraction, text processing, and more.
## Usage
This is an internal crate. If you want to embed Sema in your application, use [`sema-lang`](https://crates.io/crates/sema-lang) instead:
```toml
[dependencies]
sema-lang = "1.6"
```
📖 [Standard library reference](https://sema-lang.com/docs/stdlib/) · [Documentation](https://sema-lang.com/docs/) · [GitHub](https://github.com/helgesverre/sema)