getting started Vessels

Make the leap

Let's get started!

Install rust

1. Install Rust

Refer to the Rust book's installation page.

Install rust

2. Create a Rust Application

  1. Open your preferred terminal or command prompt.
  2. Use Cargo, Rust's package manager, to create a new Mabor application in a specific directory.
  3. Change your current directory to the newly created project.
Install rust

3. Add Mabor Dependency and Choose a Backend

  1. Cargo simplifies the process of including external libraries. The following command adds the main dependency and specify the [wgpu] backend.
Install rust

4. Start Developing with Mabor

  1. With Mabor successfully installed, you're now ready to start developing your deep learning projects using this powerful framework.

Basic Example

1. Now open [src/main.rs] and replace its content with:

2. Run Cargo

3. You should now see the result of the addition:

While this example is somewhat trivial, the basic workflow section of the Mabor Book will walk you through a much more relevant example for deep learning applications.

Join the mailing list

Join our community! We'd love to keep you in the loop with our newsletter.

unsubscribed

Copyright 2025 © Mabor | Nullvora Inc. All rights reserved.