sinkingsugar / fragments
Collection of pure Nim utilities
☆59Updated 5 years ago
Alternatives and similar repositories for fragments:
Users that are interested in fragments are comparing it to the libraries listed below
- JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.☆38Updated 4 months ago
- A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.☆67Updated 6 months ago
- NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code! (It is…☆46Updated last year
- Lightweight Self-Documenting Design by Contract Programming and Security Hardened mode.☆53Updated 3 years ago
- Nim macros for building OOP class hierarchies.☆36Updated 3 years ago
- Logging library for Nim☆52Updated last year
- A modern and extensible serialization framework for Nim☆66Updated 2 months ago
- A higher level SQLite API☆52Updated last month
- Statistic-driven micro-benchmark framework☆34Updated 6 years ago
- Awaitable threadpool for nim☆48Updated 3 years ago
- Collection of nim shell utilities and libraries.☆32Updated last year
- Very simple PostgreSQL async api for nim.☆40Updated last year
- A package that makes creating macros easier☆61Updated 3 years ago
- Nim macros to aid in object construction including event programming, and constructors.☆51Updated last year
- Utility macros for easier handling of options in Nim☆35Updated 3 years ago
- Async MySQL Connector write in pure Nim.☆27Updated 7 months ago
- Define and compose random variables☆45Updated last year
- UUID library for Nim☆39Updated last year
- Pure Nim library for matching file paths against Unix style glob patterns.☆62Updated last year
- Concurrent hash table☆35Updated last year
- serialize native Nim types to strings, streams, sockets, whatever ⛄☆50Updated 3 years ago
- Flexible JSON serialization not relying on run-time type information☆50Updated 2 months ago
- A C/C++ interop library for the Nim programming language☆76Updated 2 years ago
- Nim timezone library compatible with the standard library.☆42Updated 3 years ago
- Variant type and type matching for Nim☆60Updated 7 months ago
- grim brings property graphs to the Nim language. Look around you: everything is a graph!☆53Updated 4 years ago
- SIMD-optimized hashing, checksums and CRCs.☆38Updated last year
- Additions to the Nim's standard library, like boost for C++☆25Updated 5 years ago
- A client-server webframework for nim☆26Updated 2 years ago
- Sampling profiler that finds hot paths in your code.