ape-caesar

Results 4 issues of ape-caesar

I am a newbie of jest. just wanna know if there are any limits.

all code is here. ```rust #[macro_use] extern crate napi_derive; use napi::bindgen_prelude::Result; use std::time::Duration; use std::{io, thread}; use tokio::io::Interest; use tokio::net::TcpStream; #[napi(object)] pub struct CmdMessage { pub cmd: u32, pub body_str:...

background: I have a message A that is used everywhere. ```proto message A { u32 define_type = 1; bytes sub_message = 2; } ``` and there is a map that...