cakerabbit-core 0.1.3

A rust microservice framework, this is the core kernel for the project.
Documentation
1
2
3
4
5
6
7
8

const VERSION: &str = "0.1.1";

fn main() {
  println!("Hello CakeRabbit-core, version {}", VERSION);
}