compose_parser 2.1.0

Rust parser created to parse the Jetpack Compose Text and Images
Documentation
1
2
3
4
@Composable
fun Example() {
    Image(image = "url.txt")
}