twitter / pelikan

Pelikan is Twitter's unified cache backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move rust code to its own top-level directory / workspace

thinkingfish opened this issue · comments

We should eventually move things up popping off the top level src directory. This repo should be organized as a workspace of crates. Eg: server/twemcache, server/redis, storage/segcache. Not sure if you have thoughts on how to handle this in the current hybrid state and/or if we want to retain cmake builds for rust backends.

Originally posted by @brayniac in #312 (comment)

I'm fine if we stop using CMake to build Rust code which probably will include stop making old Rust modules embedded in the C code base.