sema-stdlib 1.6.2

Standard library (350+ native functions) for the Sema programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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)