소스 검색

Merge branch 'master' of http://124.222.7.180:3000/nanxing/rustdb

Gogs 4 달 전
부모
커밋
6d79c6c8ca
3개의 변경된 파일118개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      .gitignore
  2. 99 0
      LICENSE
  3. 3 0
      README.md

+ 16 - 0
.gitignore

@@ -1 +1,17 @@
+<<<<<<< HEAD
 /target
+=======
+# ---> Rust
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/
+
+>>>>>>> 8079c8bbdd1cd92314daea76f69bc78e4d5c27a8

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 99 - 0
LICENSE


+ 3 - 0
README.md

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