File tree 6 files changed +31
-9
lines changed
6 files changed +31
-9
lines changed Original file line number Diff line number Diff line change
1
+ [rust ]
2
+ edition = " 2021" # 在线运行用2021版本的
3
+
1
4
[book ]
2
5
authors = [" sunface" ]
3
6
language = " zh-CN"
@@ -18,6 +21,3 @@ copy-js = true
18
21
[output .html .fold ]
19
22
enable = true
20
23
level = 0
21
-
22
- [rust ]
23
- edition = " 2021" # 在线运行用2021版本的
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ git branch -M gh-pages
18
18
git remote add origin https://github.com/sunface/rust-course
19
19
20
20
# # push to github pages
21
- git push -u -f origin gh-pages
21
+ git push -u -f origin gh-pages
Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ paper-height = 12
20
20
margin-top = 1
21
21
margin-bottom = 1
22
22
margin-left = 1
23
+ [output.pdf-outline]
23
24
EOF
24
25
fi
25
26
echo " ===>>> Start build pdf..."
26
27
mdbook build
27
28
today=$( date +%Y%m%d)
28
29
echo " ===>>> PDF rename to rust-curse-$today .pdf"
29
- mv book/pdf/output.pdf rust-curse- " $today " .pdf
30
+ mv book/pdf/output.pdf rust-course .pdf
30
31
if [ -f book.toml.bak ]; then
31
32
echo " ===>>> Reverse book.toml file..."
32
33
mv book.toml.bak book.toml
33
34
fi
34
- exit 0
35
+ exit 0
Original file line number Diff line number Diff line change 5
5
[ 避免从入门到放弃] ( first-try/sth-you-should-not-do.md )
6
6
<!-- [快速查询入口](index-list.md) 暂时屏蔽-->
7
7
[ 社区和锈书] ( community.md )
8
-
8
+ [ 开源 2 周年感悟 ] ( some-thoughts.md )
9
9
10
10
11
11
<!-- [一本生锈的书](rusty-book.md) -->
Original file line number Diff line number Diff line change 2
2
3
3
Rust 语言真的好:连续七年成为全世界最受欢迎的语言、没有 GC 也无需手动内存管理、性能比肩 C++/C 还能直接调用它们的代码、安全性极高 - 总有公司说使用 Rust 后以前的大部分 bug 都将自动消失、全世界最好的包管理工具 Cargo 等等。但...
4
4
5
- ** 有人说: "Rust 太难了,学了也没用"。 **
5
+ ** 有人说: "Rust 太难了,学了也没用"**
6
6
7
7
对于后面一句话我们持保留意见,如果以找工作为标准,那国内环境确实还不好,但如果你想成为更优秀的程序员或者是玩转开源,那 Rust 还真是不错的选择,具体原因见[ 下一章] ( https://course.rs/into-rust.html ) 。
8
8
Original file line number Diff line number Diff line change 1
- # Rust 语言圣经
1
+ # 开源感悟
2
+
3
+ Rust course 开源迄今快 2 年了,我没有收过一分钱的赞赏,曾经有过这个想法,但最终还是被自己否定了。不是因为有多高尚,只是真心希望能为国内的开源做一些微不足道的、不那么金钱相关的贡献。
4
+
5
+ 回头看,现在能获得这么多 Star ,已经远远超出了我当初的预期。说句真心话,这本书的质量配不上这么多 star,毕竟有那么多非常优秀的开源产品都没能获得配的上它们质量的认可度和曝光度。
6
+
7
+ 但可能因为天时地利人和,Rust course 走到了今天这一步,无论如何,非常感谢每一个贡献者,也感谢每一个点了 star 支持本书的读者,你们是最棒的!
8
+
9
+ ## 新的征程,新的开源
10
+
11
+ 在做开源的过程中,我积累了一些经验和信心, 2023 年初,因为自己从事的相关工作,总觉得 Grafana 有各种问题和限制,满足不了可观测和监控领域的需求,突然就有了一个迫切的想法:做一款 Grafana 的替代品,一个自己想要的开源数据可视化平台。
12
+
13
+ 当然, Grafana 是一款异常庞大且强大的产品,赶超它肯定不是一朝一夕能完成的,因此我把目标暂定为:** 在可观测和监控领域替代 Grafana** 。
14
+
15
+ 经过大半年的不眠不休开发( 数十万行真实代码 ),Datav 出来了,它很渺小,犹如开源世界一根不知名的小草,但是它又很耀眼,点燃了我内心的星星之火,总之,这是一款值得我终身投入去开发和维护的开源产品。
16
+
17
+ 在产品面世的那一刻,我真的很开心,从来没这么开心过,这也许就是一个程序员用代码编织自己想要的世界,并最终实现的雀跃心情,无法与周围人诉说,但是又很想分享给全世界 : D
18
+
19
+ 如果大家感兴趣,可以去看看 Datav 长什么样,相信它不会让你们失望,每个功能都经过精心打磨,每一个细节都在闪闪发光,如果觉得不错,请帮忙点一个 star,感激不尽。
20
+
21
+ - 开源仓库:[ https://github.com/data-observe/datav ] ( https://github.com/data-observe/datav )
22
+ - 官网:[ https://datav.io ] ( https://datav.io )
You can’t perform that action at this time.
0 commit comments