Selaa lähdekoodia

Initial commit

nanxing 4 kuukautta sitten
commit
8079c8bbdd
3 muutettua tiedostoa jossa 115 lisäystä ja 0 poistoa
  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/
+

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 99 - 0
LICENSE


+ 3 - 0
README.md

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