node-html-parser 0.1.1

Fast HTML parser for Rust & WASM producing a lightweight DOM with CSS selector querying.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
  app:
    stdin_open: true
    image: mm.io/${APP_ID:-mm}-app:rs
    environment:
      - APP_ID=${APP_ID:-mm}
    volumes:
      - ~/data:/data
      - ~/.ssh:/root/.ssh
      - ~/.gitconfig:/root/.gitconfig
      - ~/.vscode/tasks:/tasks
      - ~/exts:/exts
      - ../:/host
      - ~/.cache:/usr/local/share/.cache
    build:
      context: ..
      dockerfile: .devcontainer/app