resgen 0.1.1

A resource generator for Rust GUI applications (supports Android-style resource management)
Documentation
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">ResGen Example</string>
    <string name="welcome">Hello, %s!</string>
    <string name="description">This is an example of using resgen in a Rust application.</string>
</resources>