Skip to content
/ std Public

Standard library for Roan programming language

License

Notifications You must be signed in to change notification settings

roan-rs/std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roan

project-image

Standard library for Roan programming language

🚀 Getting Started

Installation

roan install roan-rs/std

Note

std should be automatically added when you create a new project using roan init.

🧩 Usage

use { println } from "std::debug";

pub fn main() -> int {
    println("Data: {}", { "A": "dwa" });

    return 0;
}

main();

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

💖Like my work?

Help me by becoming my sponsor https://github.com/sponsors/malezjaa

About

Standard library for Roan programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published