Pinned Repositories
CLMDB
LMDB Source in a Swift Package
cxxboost
cxx boost library
nostr-kit
the fastest way to do nostr stuff in swift. period.
QuickJSON
Native Swift Encoding and Decoding from ANSI C library yyjson.
QuickLMDB
Write LMDB databases with ease and flexibility.
RapidLMDB
Fast and efficient LMDB wrapper for Swift.
rawdog
raw binary representation protocol in swift. and some crypto too.
SwiftBCrypt
Swift package wrapping the OpenWall BCrypt hashing algorithm
SwiftSlash
Concurrent shell scripting framework with deep support for async/await.
tannerdsilva's Repositories
tannerdsilva/Cinotify
inotify module for swift
tannerdsilva/BCryptSwift
BCryptSwift is an implementation of bcrypt written in Swift. It currently is able to generate the salt and hash a phrase using a generated salt.
tannerdsilva/BLAKE2
BLAKE2 official implementations
tannerdsilva/CCurl
Modulemap for the libcurl library
tannerdsilva/Clibxlsxwriter
libxlsxwriter wrapped in a Swift Package
tannerdsilva/crypt_blowfish
Implementation of bcrypt password hashing scheme
tannerdsilva/Ctt_spawn
Ctt_spawn is a robust and modern re-imagining of the traditional `posix_spawn` system function.
tannerdsilva/guarddog
watches your system
tannerdsilva/http
🚀 Non-blocking, event-driven HTTP built on Swift NIO.
tannerdsilva/inotify
Swift wrapper around the CInotify library
tannerdsilva/marcel
A MIME parser for iOS/Mac
tannerdsilva/Markdown
A small and fast Markdown parser library for Swift.
tannerdsilva/netsuite-generic-restlet
Generic restlet for netsuite that allow work with records like SuiteTalk, but using JSON.
tannerdsilva/PythonKit
Swift framework to interact with Python.
tannerdsilva/swift-seeurl
cURL based HTTP(S) Client for Swift
tannerdsilva/SwiftDate
Parse, validate, manipulate, and display dates, time and timezones in Swift
tannerdsilva/SwiftMime
MIME parsing framework for Swift
tannerdsilva/tt_spawn
tt_spawn wraps the Ctt_spawn package into a clean and efficient Swift API. Part of SwiftSlash.