Cem Karan

Results 45 issues of Cem Karan

This is a follow on for #3. [nanomsg](http://nanomsg.org/) is good for creating sockets, but it doesn't handle parsing or creating structured data. There are many, many libraries for doing so,...

Instead of creating your own socket library, use [nanomsg](http://nanomsg.org/). It is really designed to be a high-speed, low-latency, socket-oriented messaging library. The guy that wrote it created [ZeroMQ](http://zeromq.org/) and took...

Just wanted to say thanks for writing the book. It's taking a while to really get gelled in my head as to what's going on, but your book is definitely...

Your post talks about 'best practices' for US Government publications is to use the [CC0](https://creativecommons.org/publicdomain/zero/1.0/) license for all works. However, the CC0 license does not address contributions to USG works...

I'm trying to get a feel for what the intent of this project is. I can't tell if it is intended to be 100% distributed like [fossil](https://fossil-scm.org/), or if it...

feature::git
type::question
priority::low
input wanted

The subject line says it all... :grin: Honestly, I wish it existed a few years back, when I was first starting out on my PhD research; it would have made...

Can you add a method similar to [`set_merge_operator`](https://docs.rs/sled/0.34.4/sled/struct.Tree.html#method.set_merge_operator), but for comparisons/hashing? #### Use Case: I want to use sled to store events for my custom written simulator. Events should be...

feature

I know that you're using LibFuzzer; I wanted to suggest [bolero](https://crates.io/crates/bolero) as another fuzzing library to look into. I've been using it for a while now because it is designed...

I ran across Zenoh recently, and think it may be useful for a project I'm working on. My issue is that data needs to be replicated across a network that...

question

I have a question regarding [`async_std::fs::create_dir_all()`](https://docs.rs/async-std/1.10.0/async_std/fs/fn.create_dir_all.html), I hope that you can answer it here. I know that if I try to use [`create_dir_all()`](https://docs.rs/async-std/1.10.0/async_std/fs/fn.create_dir_all.html) to create the exact same path from...