DEV Community

Cover image for New Luos feature: add some research API in the routing table.
Emanuel Allely for Luos

Posted on • Updated on

New Luos feature: add some research API in the routing table.

πŸ†• Feature: Add some research API in the routing table

When it comes to developing the behavior of your machine, you will have to access some drivers.

With Luos, all the resources of your system are resumed into a routing_table structure. This structure allows you to find the resources you need to make your application work. We are constantly updating and optimizing the functions allowing you to easily find the resources you need.

In this revision 1.3.0 of Luos, we added index research, giving you the most optimized way of getting resource information.

More details about this are on the routing_table section of our documentation.

Alt Text

Top comments (0)