Announcing Obsidian 0.2

Gan Jun Kai

Gan Jun Kai

Co-author of Obsidian

After months of hard work from the team, we are proud to announce the release of obsidian version 0.2. This release included a lot of features to improve obsidian's developer experience. This blog post covers the highlights of the release.

obsidian is a Rust async http framework for reliable and efficient web.

How we migrate our framework into async/await

Wai Pai Lee

Wai Pai Lee

Co-author of Obsidian

Firstly, congratulation on Rust lang achieving stable async/await syntax! As of the release, async/await is becoming the preferred way to do asynchronous programming instead of using Futures in Rust lang. 

In Obsidian Web Framework, we do the same move just like other libraries which enabling async/await syntax in order to provide a better development experience.

*Rust 1.40 is used in this article