-
OpenAI
- San Francisco, CA
- @kylekosic
- @kylekosic.bsky.social
Highlights
- Pro
-
-
tracing-init Public
Demonstrating inconsitencies in various tracing-subscriber init methods
Rust UpdatedJun 30, 2025 -
rust-extensions Public
Forked from containerd/rust-extensionsRust crates to extend containerd
Rust Apache License 2.0 UpdatedMay 14, 2025 -
Rust bindings for the Python interpreter
Rust Other UpdatedMay 4, 2025 -
env-flags Public
A convenience macro for declaring environment variables
-
rs-nuid Public
Forked from casualjim/rs-nuidNATS unique identifiers
Rust Apache License 2.0 UpdatedFeb 1, 2025 -
tonic Public
Forked from hyperium/tonicA native gRPC client & server implementation with async/await support.
Rust MIT License UpdatedJan 31, 2025 -
Reproducing issue when using `autometrics` and `async-trait` together
Rust UpdatedNov 30, 2023 -
snowflake-rs Public
Forked from andrusha/snowflake-rsSnowflake API libraries for Rust
Rust Apache License 2.0 UpdatedSep 8, 2023 -
pyserde Public
Forked from yukinarit/pyserdeYet another serialization library on top of dataclasses, inspired by serde-rs.
Python MIT License UpdatedAug 29, 2023 -
sqlx Public
Forked from launchbadge/sqlx🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Rust Apache License 2.0 UpdatedMay 17, 2023 -
-
actix-tensorflow-example Public
An example of using TensorFlow rust bindings to serve trained machine learning models via Actix Web
-
-
proximity-sort Public
Forked from jonhoo/proximity-sortSimple command-line utility for sorting inputs by proximity to a path argument
Rust Apache License 2.0 UpdatedFeb 11, 2023 -
-
boostedblob Public
Forked from hauntsaninja/boostedblobCommand line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.
Python UpdatedJan 30, 2023 -
-
onedark.vim Public
Forked from joshdick/onedark.vimA dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Vim Script MIT License UpdatedNov 10, 2022 -
rust-ibverbs Public
Forked from jonhoo/rust-ibverbsBindings for RDMA ibverbs through rdma-core
Rust Apache License 2.0 UpdatedNov 2, 2022 -
tarpc Public
Forked from google/tarpcAn RPC framework for Rust with a focus on ease of use.
Rust MIT License UpdatedJul 15, 2022 -
reqwest Public
Forked from seanmonstar/reqwestAn easy and powerful Rust HTTP Client
Rust Apache License 2.0 UpdatedMay 19, 2022 -
json Public
Forked from serde-rs/jsonStrongly typed JSON library for Rust
Rust Apache License 2.0 UpdatedDec 14, 2021 -
actix-pytorch-example Public
An example of using Torch rust bindings to serve trained machine learning models via Actix Web
-
etcd Public
Forked from sous-chefs/etcdDevelopment repository for the etcd cookbook
Ruby Apache License 2.0 UpdatedApr 30, 2021 -
kubernetes Public
Forked from kubernetes/kubernetesProduction-Grade Container Scheduling and Management
Go Apache License 2.0 UpdatedApr 28, 2021 -
remote Public
Simple CLI tool for managing remote development instances
-
tokio Public
Forked from tokio-rs/tokioA runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Rust MIT License UpdatedNov 29, 2020 -
tensorflow-rust Public
Forked from tensorflow/rustRust language bindings for TensorFlow
Rust Apache License 2.0 UpdatedOct 17, 2020 -
python-websocket-exmple Public
Simple echo websocket server and terminal client to demonstrate websockets in Python