Skip to content

open-watt/urt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

μRT (urt)

μRT (microRuntime) is a small and lightweight runtime library for the D programming language, designed for realtime and embedded systems. It is an alternative to the standard D runtime (druntime) and Phobos standard library, with a focus on minimalism, performance, and predictability.

Features

  • No Garbage Collection: urt is designed to work without a garbage collector, making it suitable for systems with strict memory constraints.
  • Lightweight: The library is small and has minimal dependencies, reducing the overall footprint of your application.
  • Real-time Capable: urt is designed with real-time systems in mind, providing predictable performance and low latency.

Getting Started

To use urt in your D project, simply add it as a dependency in your dub.json file:

{
  "dependencies": {
    "urt": "~>0.1.0"
  }
}

License

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

About

microRuntime (μrt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.6%
  • Other 0.4%