INNER CODE UNIT · Rust

frontends_to_table

flosse/rust-web-framework-comparison · src/main.rs:154

fn frontends_to_table(frontends: &[&Frontend]) -> table::Table {
    let mut rows = vec![vec![
        "Name".to_string(),
        "Stars".to_string(),
        "Contributors".to_string(),
        "Activity".to_string(),
        "Downloads".to_string(),
        "Virtual DOM".to_string(),
        "SSR".to_string(),
        "Rendering".to_string(),
        "Architecture".to_string(),
        "Repo".to_string(),
        "Docs".to_string(),
        "License".to_string(),
        "Version".to_string(),
    ]];

    for f in frontends {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…