Skip to content

Add a HTML module, including character escaping #1939

Closed
@kud1ing

Description

@kud1ing

A central module libstd/Html.rs could be useful. Golang has one: http://golang.org/pkg/html/

  • HTML-escaping should probably implemented ontop of libcore/iter::map or something similar.
  • Escape at least ", <, >, \, &

Activity

kud1ing

kud1ing commented on Mar 22, 2013

@kud1ing
Author

Closing this in favor of the Wiki page: https://github.com/mozilla/rust/wiki/Lib-html

added a commit that references this issue on Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kud1ing

        Issue actions

          Add a HTML module, including character escaping · Issue #1939 · rust-lang/rust