瀏覽代碼

Initial commit

nanxing 4 月之前
當前提交
8079c8bbdd
共有 3 個文件被更改,包括 115 次插入0 次删除
  1. 13 0
      .gitignore
  2. 99 0
      LICENSE
  3. 3 0
      README.md

+ 13 - 0
.gitignore

@@ -0,0 +1,13 @@
+# ---> Rust
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/
+

File diff suppressed because it is too large
+ 99 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# rustdb
+
+rust实现一个数据库引擎,参考leveldb等